Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Merge pull request #303 from munnerz/v0.1-alpha1
Browse files Browse the repository at this point in the history
Update image references for v0.1.0-alpha.1 release
  • Loading branch information
jetstack-bot authored Mar 27, 2018
2 parents 3fcf212 + b46116b commit 2872a8c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions contrib/charts/navigator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ apiserver:
# serviceAccount: "apiserver-svc-acct"
image:
repository: quay.io/jetstack/navigator-apiserver
tag: latest
tag: v0.1.0-alpha.1
pullPolicy: Always
logLevel: 2

Expand All @@ -42,7 +42,7 @@ controller:
# serviceAccount: "controller-svc-acct"
image:
repository: quay.io/jetstack/navigator-controller
tag: latest
tag: v0.1.0-alpha.1
pullPolicy: Always
logLevel: 2

Expand Down
2 changes: 1 addition & 1 deletion docs/quick-start/cassandra-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ spec:
pullPolicy: "IfNotPresent"
pilotImage:
repository: "quay.io/jetstack/navigator-pilot-cassandra"
tag: "canary"
tag: "v0.1.0-alpha.1"
2 changes: 1 addition & 1 deletion docs/quick-start/es-cluster-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:

pilotImage:
repository: quay.io/jetstack/navigator-pilot-elasticsearch
tag: latest
tag: v0.1.0-alpha.1
pullPolicy: Always

nodePools:
Expand Down

0 comments on commit 2872a8c

Please sign in to comment.