Skip to content

Commit

Permalink
Make rancher image version a variable in rke templates
Browse files Browse the repository at this point in the history
  • Loading branch information
superseb authored and Alena Prokharchyk committed Aug 26, 2018
1 parent 9c973de commit 5da215b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion rke-templates/3-node-certificate-recognizedca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ addons: |-
spec:
serviceAccountName: cattle-admin
containers:
- image: rancher/rancher:latest
- image: rancher/rancher:<RANCHER_VERSION>
args:
- --no-cacerts
imagePullPolicy: Always
Expand Down
2 changes: 1 addition & 1 deletion rke-templates/3-node-certificate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ addons: |-
spec:
serviceAccountName: cattle-admin
containers:
- image: rancher/rancher:latest
- image: rancher/rancher:<RANCHER_VERSION>
imagePullPolicy: Always
name: cattle-server
ports:
Expand Down
2 changes: 1 addition & 1 deletion rke-templates/3-node-externalssl-certificate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ addons: |-
spec:
serviceAccountName: cattle-admin
containers:
- image: rancher/rancher:latest
- image: rancher/rancher:<RANCHER_VERSION>
imagePullPolicy: Always
name: cattle-server
ports:
Expand Down
2 changes: 1 addition & 1 deletion rke-templates/3-node-externalssl-recognizedca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ addons: |-
spec:
serviceAccountName: cattle-admin
containers:
- image: rancher/rancher:latest
- image: rancher/rancher:<RANCHER_VERSION>
args:
- --no-cacerts
imagePullPolicy: Always
Expand Down

0 comments on commit 5da215b

Please sign in to comment.