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

Commit 33d0c09

Browse files
adamwalachmszostok
authored andcommitted
Bump release version from 0.2.1 to 0.2.2 (#2694)
1 parent c654175 commit 33d0c09

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

charts/catalog-v0.2/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
name: catalog-v0.2
22
description: service-catalog API server and controller-manager helm chart
3-
version: 0.2.1
3+
version: 0.2.2

charts/catalog-v0.2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ chart and their default values.
4040

4141
| Parameter | Description | Default |
4242
|-----------|-------------|---------|
43-
| `image` | apiserver image to use | `quay.io/kubernetes-service-catalog/service-catalog:v0.2.1` |
43+
| `image` | apiserver image to use | `quay.io/kubernetes-service-catalog/service-catalog:v0.2.2` |
4444
| `imagePullPolicy` | `imagePullPolicy` for the service catalog | `Always` |
4545
| `apiserver.replicas` | `replicas` for the service catalog apiserver pod count | `1` |
4646
| `apiserver.updateStrategy` | `updateStrategy` for the service catalog apiserver deployments | `RollingUpdate` |

charts/catalog-v0.2/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Default values for Service Catalog
22
# service-catalog image to use
3-
image: quay.io/kubernetes-service-catalog/service-catalog:v0.2.1
3+
image: quay.io/kubernetes-service-catalog/service-catalog:v0.2.2
44
# imagePullPolicy for the service-catalog; valid values are "IfNotPresent",
55
# "Never", and "Always"
66
imagePullPolicy: Always

0 commit comments

Comments
 (0)