This repository was archived by the owner on Nov 7, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
charts/aws-service-operator
code-generation/pkg/codegen/assets Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
name : aws-service-operator
3
- version : 0.0.2
3
+ version : 0.0.1-alpha3
4
4
description : The AWS Service Operator allows you to manage AWS resources using Kubernetes Custom Resource Definitions.
5
5
keywords :
6
6
- AWS
@@ -13,5 +13,5 @@ maintainers:
13
13
- name : acaire
14
14
15
15
engine : gotpl
16
- appVersion : v0.0.1-alpha2
16
+ appVersion : v0.0.1-alpha3
17
17
tillerVersion : " >=2.8.0"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ The following table lists the configurable parameters of the aws-service-operato
22
22
| Parameter | Description | Default |
23
23
| ------------------------- | -------------------------------------- | -------------------------------------------------- |
24
24
| ` 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 ` |
26
26
| ` image.pullPolicy ` | Container pull policy | ` IfNotPresent ` |
27
27
| ` image.pullSecret ` | Container pull secret (secret created not by this chart) | `` |
28
28
| ` operator.accountId ` | AWS Account ID to operator on | ` "" ` |
Original file line number Diff line number Diff line change 3
3
# Declare variables to be passed into your templates.
4
4
image :
5
5
repository : awsserviceoperator/aws-service-operator
6
- tag : v0.0.1-alpha2
6
+ tag : v0.0.1-alpha3
7
7
pullPolicy : IfNotPresent
8
8
# pullSecret: your-k8-secet-to-use (not deployed by chart, but you can reference existing one)
9
9
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ items:
103
103
serviceAccountName: aws-service-operator
104
104
containers:
105
105
- name: aws-service-operator
106
- image: awsserviceoperator/aws-service-operator:v0.0.1-alpha2
106
+ image: awsserviceoperator/aws-service-operator:v0.0.1-alpha3
107
107
imagePullPolicy: Always
108
108
args:
109
109
- server
Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ items:
228
228
serviceAccountName : aws-service-operator
229
229
containers :
230
230
- name : aws-service-operator
231
- image : awsserviceoperator/aws-service-operator:v0.0.1-alpha2
231
+ image : awsserviceoperator/aws-service-operator:v0.0.1-alpha3
232
232
imagePullPolicy : Always
233
233
args :
234
234
- server
You can’t perform that action at this time.
0 commit comments