Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
Bump release version from 0.2.1 to 0.2.2 (#2694)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwalach authored and mszostok committed Aug 26, 2019
1 parent c654175 commit 33d0c09
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/catalog-v0.2/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: catalog-v0.2
description: service-catalog API server and controller-manager helm chart
version: 0.2.1
version: 0.2.2
2 changes: 1 addition & 1 deletion charts/catalog-v0.2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ chart and their default values.

| Parameter | Description | Default |
|-----------|-------------|---------|
| `image` | apiserver image to use | `quay.io/kubernetes-service-catalog/service-catalog:v0.2.1` |
| `image` | apiserver image to use | `quay.io/kubernetes-service-catalog/service-catalog:v0.2.2` |
| `imagePullPolicy` | `imagePullPolicy` for the service catalog | `Always` |
| `apiserver.replicas` | `replicas` for the service catalog apiserver pod count | `1` |
| `apiserver.updateStrategy` | `updateStrategy` for the service catalog apiserver deployments | `RollingUpdate` |
Expand Down
2 changes: 1 addition & 1 deletion charts/catalog-v0.2/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Default values for Service Catalog
# service-catalog image to use
image: quay.io/kubernetes-service-catalog/service-catalog:v0.2.1
image: quay.io/kubernetes-service-catalog/service-catalog:v0.2.2
# imagePullPolicy for the service-catalog; valid values are "IfNotPresent",
# "Never", and "Always"
imagePullPolicy: Always
Expand Down

0 comments on commit 33d0c09

Please sign in to comment.