Skip to content

Commit

Permalink
Merge pull request rook#3762 from travisn/release-1.1-tags
Browse files Browse the repository at this point in the history
Set image tag for the v1.1.0-beta.0 release
  • Loading branch information
leseb authored Sep 3, 2019
2 parents 5c59a1e + 0234831 commit 34a04a8
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Documentation/ceph-toolbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: rook-ceph-tools
image: rook/ceph:master
image: rook/ceph:v1.1.0-beta.0
command: ["/tini"]
args: ["-g", "--", "/usr/local/bin/toolbox.sh"]
imagePullPolicy: IfNotPresent
Expand Down
2 changes: 1 addition & 1 deletion cluster/examples/coreos/after-reboot-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
effect: NoSchedule
containers:
- name: ceph-after-reboot-check
image: rook/ceph:master
image: rook/ceph:v1.1.0-beta.0
imagePullPolicy: IfNotPresent
command: ["/scripts/status-check.sh"]
env:
Expand Down
2 changes: 1 addition & 1 deletion cluster/examples/coreos/before-reboot-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
effect: NoSchedule
containers:
- name: ceph-before-reboot-check
image: rook/ceph:master
image: rook/ceph:v1.1.0-beta.0
imagePullPolicy: IfNotPresent
command: ["/scripts/status-check.sh"]
env:
Expand Down
4 changes: 1 addition & 3 deletions cluster/examples/kubernetes/cassandra/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ subjects:
serviceAccountName: rook-cassandra-operator
containers:
- name: rook-cassandra-operator
image: rook/cassandra:master
image: rook/cassandra:v1.1.0-beta.0
imagePullPolicy: "Always"
args: ["cassandra", "operator"]
env:
Expand All @@ -198,5 +198,3 @@ subjects:
valueFrom:
fieldRef:
fieldPath: metadata.namespace


2 changes: 1 addition & 1 deletion cluster/examples/kubernetes/ceph/operator-openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ spec:
serviceAccountName: rook-ceph-system
containers:
- name: rook-ceph-operator
image: rook/ceph:master
image: rook/ceph:v1.1.0-beta.0
args: ["ceph", "operator"]
volumeMounts:
- mountPath: /var/lib/rook
Expand Down
2 changes: 1 addition & 1 deletion cluster/examples/kubernetes/ceph/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
serviceAccountName: rook-ceph-system
containers:
- name: rook-ceph-operator
image: rook/ceph:master
image: rook/ceph:v1.1.0-beta.0
args: ["ceph", "operator"]
volumeMounts:
- mountPath: /var/lib/rook
Expand Down
2 changes: 1 addition & 1 deletion cluster/examples/kubernetes/ceph/toolbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: rook-ceph-tools
image: rook/ceph:master
image: rook/ceph:v1.1.0-beta.0
command: ["/tini"]
args: ["-g", "--", "/usr/local/bin/toolbox.sh"]
imagePullPolicy: IfNotPresent
Expand Down
2 changes: 1 addition & 1 deletion cluster/examples/kubernetes/cockroachdb/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ spec:
serviceAccountName: rook-cockroachdb-operator
containers:
- name: rook-cockroachdb-operator
image: rook/cockroachdb:master
image: rook/cockroachdb:v1.1.0-beta.0
args: ["cockroachdb", "operator"]
env:
- name: POD_NAME
Expand Down
2 changes: 1 addition & 1 deletion cluster/examples/kubernetes/edgefs/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ spec:
serviceAccountName: rook-edgefs-system
containers:
- name: rook-edgefs-operator
image: rook/edgefs:master
image: rook/edgefs:v1.1.0-beta.0
imagePullPolicy: "Always"
args: ["edgefs", "operator"]
env:
Expand Down
2 changes: 1 addition & 1 deletion cluster/examples/kubernetes/minio/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ spec:
serviceAccountName: rook-minio-operator
containers:
- name: rook-minio-operator
image: rook/minio:master
image: rook/minio:v1.1.0-beta.0
args: ["minio", "operator"]
env:
- name: POD_NAME
Expand Down
6 changes: 3 additions & 3 deletions cluster/examples/kubernetes/nfs/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ spec:
serviceAccountName: rook-nfs-operator
containers:
- name: rook-nfs-operator
image: rook/nfs:master
image: rook/nfs:v1.1.0-beta.0
imagePullPolicy: IfNotPresent
args: ["nfs", "operator"]
env:
Expand Down Expand Up @@ -183,7 +183,7 @@ spec:
app: rook-nfs-provisioner
replicas: 1
strategy:
type: Recreate
type: Recreate
template:
metadata:
labels:
Expand All @@ -192,7 +192,7 @@ spec:
serviceAccount: rook-nfs-provisioner
containers:
- name: rook-nfs-provisioner
image: rook/nfs:master
image: rook/nfs:v1.1.0-beta.0
imagePullPolicy: IfNotPresent
args: ["nfs", "provisioner","--provisioner=rook.io/nfs-provisioner"]
env:
Expand Down
2 changes: 1 addition & 1 deletion cluster/examples/kubernetes/yugabytedb/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ spec:
serviceAccountName: rook-yugabytedb-operator
containers:
- name: rook-yugabytedb-operator
image: rook/yugabytedb:master
image: rook/yugabytedb:v1.1.0-beta.0
args: ["yugabytedb", "operator"]
env:
- name: POD_NAME
Expand Down

0 comments on commit 34a04a8

Please sign in to comment.