Skip to content
This repository was archived by the owner on Nov 7, 2019. It is now read-only.

Commit bc8a2f7

Browse files
updating files for the v0.0.1-alpha3 release
Signed-off-by: Christopher Hein <[email protected]>
1 parent 57ef947 commit bc8a2f7

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

charts/aws-service-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
22
name: aws-service-operator
3-
version: 0.0.2
3+
version: 0.0.1-alpha3
44
description: The AWS Service Operator allows you to manage AWS resources using Kubernetes Custom Resource Definitions.
55
keywords:
66
- AWS
@@ -13,5 +13,5 @@ maintainers:
1313
- name: acaire
1414
1515
engine: gotpl
16-
appVersion: v0.0.1-alpha2
16+
appVersion: v0.0.1-alpha3
1717
tillerVersion: ">=2.8.0"

charts/aws-service-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The following table lists the configurable parameters of the aws-service-operato
2222
| Parameter | Description | Default |
2323
| ------------------------- | -------------------------------------- | -------------------------------------------------- |
2424
| `image.repository` | Container image repository | `awsserviceoperator/aws-service-operator` |
25-
| `image.tag` | Container image tag | `v0.0.1-alpha2` |
25+
| `image.tag` | Container image tag | `v0.0.1-alpha3` |
2626
| `image.pullPolicy` | Container pull policy | `IfNotPresent` |
2727
| `image.pullSecret` | Container pull secret (secret created not by this chart) | `` |
2828
| `operator.accountId` | AWS Account ID to operator on | `""` |

charts/aws-service-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Declare variables to be passed into your templates.
44
image:
55
repository: awsserviceoperator/aws-service-operator
6-
tag: v0.0.1-alpha2
6+
tag: v0.0.1-alpha3
77
pullPolicy: IfNotPresent
88
#pullSecret: your-k8-secet-to-use (not deployed by chart, but you can reference existing one)
99

code-generation/pkg/codegen/assets/aws-service-operator.yaml.templ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ items:
103103
serviceAccountName: aws-service-operator
104104
containers:
105105
- name: aws-service-operator
106-
image: awsserviceoperator/aws-service-operator:v0.0.1-alpha2
106+
image: awsserviceoperator/aws-service-operator:v0.0.1-alpha3
107107
imagePullPolicy: Always
108108
args:
109109
- server

configs/aws-service-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ items:
228228
serviceAccountName: aws-service-operator
229229
containers:
230230
- name: aws-service-operator
231-
image: awsserviceoperator/aws-service-operator:v0.0.1-alpha2
231+
image: awsserviceoperator/aws-service-operator:v0.0.1-alpha3
232232
imagePullPolicy: Always
233233
args:
234234
- server

0 commit comments

Comments
 (0)