rops 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/lib/deployer.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 829dd8b1f5c11509c391c2cdbc8b712f76205bd70fbfef742e6207fa13b7511c
|
4
|
+
data.tar.gz: 21f4dced40d80caf258fb7c4e7e03f52b3eee5841c8075477a3efb2fc45f7705
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0d15fd838d223d3603959358e75afd9eb7603f8ce77dd87e4f4be629b0a4872c62fc5c4507c7502cd641905176146d7f89777bfa66578f54094d5589bcc173ce
|
7
|
+
data.tar.gz: 10235cd6c06c44271c0d63afdee05ac9964f6041dd73cd3065dd2c188098dc0d1101b59548a5c5326998bbd140c04c73c62d0751e4308f1b03dc452b33cf2da8
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -49,7 +49,7 @@ images:
|
|
49
49
|
The Git branch to build, by default `master`. Overridden with the `default_branch` field in the configuration file.
|
50
50
|
|
51
51
|
#### Docker Registry
|
52
|
-
The Docker registry to push container images. By default, `
|
52
|
+
The Docker registry to push container images. By default, `r360`, which is probably not what you want and should be overridden by setting the `registry` field in the configuration file.
|
53
53
|
|
54
54
|
#### Kubernetes Context
|
55
55
|
The name of the Kubernetes context to deploy to (as listed in `~/.kube/config`). Defaults to `staging` and overridden with the `default_context` field in the configuration file.
|
data/lib/deployer.rb
CHANGED