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

updating files for the v0.0.1-alpha3 release #157

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/aws-service-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
2 changes: 1 addition & 1 deletion charts/aws-service-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | `""` |
Expand Down
2 changes: 1 addition & 1 deletion charts/aws-service-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion configs/aws-service-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down