diff --git a/charts/aws-service-operator/Chart.yaml b/charts/aws-service-operator/Chart.yaml index e041c0c32..63774bd6c 100644 --- a/charts/aws-service-operator/Chart.yaml +++ b/charts/aws-service-operator/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: aws-service-operator -version: 0.0.2 +version: 0.0.1-alpha3 description: The AWS Service Operator allows you to manage AWS resources using Kubernetes Custom Resource Definitions. keywords: - AWS @@ -13,5 +13,5 @@ maintainers: - name: acaire email: ash.caire@gmail.com engine: gotpl -appVersion: v0.0.1-alpha2 +appVersion: v0.0.1-alpha3 tillerVersion: ">=2.8.0" diff --git a/charts/aws-service-operator/README.md b/charts/aws-service-operator/README.md index 7be79069b..a473913fe 100644 --- a/charts/aws-service-operator/README.md +++ b/charts/aws-service-operator/README.md @@ -22,7 +22,7 @@ The following table lists the configurable parameters of the aws-service-operato | Parameter | Description | Default | | ------------------------- | -------------------------------------- | -------------------------------------------------- | | `image.repository` | Container image repository | `awsserviceoperator/aws-service-operator` | -| `image.tag` | Container image tag | `v0.0.1-alpha2` | +| `image.tag` | Container image tag | `v0.0.1-alpha3` | | `image.pullPolicy` | Container pull policy | `IfNotPresent` | | `image.pullSecret` | Container pull secret (secret created not by this chart) | `` | | `operator.accountId` | AWS Account ID to operator on | `""` | diff --git a/charts/aws-service-operator/values.yaml b/charts/aws-service-operator/values.yaml index c297bca2c..57cb91773 100644 --- a/charts/aws-service-operator/values.yaml +++ b/charts/aws-service-operator/values.yaml @@ -3,7 +3,7 @@ # Declare variables to be passed into your templates. image: repository: awsserviceoperator/aws-service-operator - tag: v0.0.1-alpha2 + tag: v0.0.1-alpha3 pullPolicy: IfNotPresent #pullSecret: your-k8-secet-to-use (not deployed by chart, but you can reference existing one) diff --git a/code-generation/pkg/codegen/assets/aws-service-operator.yaml.templ b/code-generation/pkg/codegen/assets/aws-service-operator.yaml.templ index 131a8e248..b45898849 100644 --- a/code-generation/pkg/codegen/assets/aws-service-operator.yaml.templ +++ b/code-generation/pkg/codegen/assets/aws-service-operator.yaml.templ @@ -103,7 +103,7 @@ items: serviceAccountName: aws-service-operator containers: - name: aws-service-operator - image: awsserviceoperator/aws-service-operator:v0.0.1-alpha2 + image: awsserviceoperator/aws-service-operator:v0.0.1-alpha3 imagePullPolicy: Always args: - server diff --git a/configs/aws-service-operator.yaml b/configs/aws-service-operator.yaml index 85d2ac051..5b4f19256 100644 --- a/configs/aws-service-operator.yaml +++ b/configs/aws-service-operator.yaml @@ -228,7 +228,7 @@ items: serviceAccountName: aws-service-operator containers: - name: aws-service-operator - image: awsserviceoperator/aws-service-operator:v0.0.1-alpha2 + image: awsserviceoperator/aws-service-operator:v0.0.1-alpha3 imagePullPolicy: Always args: - server