Skip to content

Commit

Permalink
bump tags from v0.0.7 to v0.0.8 (openshift#892)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ville Aikas authored May 24, 2017
1 parent 5e6925d commit 1d8280a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/catalog/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Default values for Service Catalog
apiserver:
# apiserver image to use
image: quay.io/kubernetes-service-catalog/apiserver:v0.0.7
image: quay.io/kubernetes-service-catalog/apiserver:v0.0.8
# imagePullPolicy for the apiserver; valid values are "IfNotPresent",
# "Never", and "Always"
imagePullPolicy: Always
Expand Down Expand Up @@ -51,7 +51,7 @@ apiserver:
enabled: false
controllerManager:
# controller-manager image to use
image: quay.io/kubernetes-service-catalog/controller-manager:v0.0.7
image: quay.io/kubernetes-service-catalog/controller-manager:v0.0.8
# imagePullPolicy for the controller-manager; valid values are
# "IfNotPresent", "Never", and "Always"
imagePullPolicy: Always
Expand Down
2 changes: 1 addition & 1 deletion charts/ups-broker/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Default values for User-Provided Service Broker
# Image to use
image: quay.io/kubernetes-service-catalog/user-broker:v0.0.7
image: quay.io/kubernetes-service-catalog/user-broker:v0.0.8
# ImagePullPolicy; valid values are "IfNotPresent", "Never", and "Always"
imagePullPolicy: Always

0 comments on commit 1d8280a

Please sign in to comment.