Skip to content

Commit

Permalink
Merge pull request #14 from amazeeio/charts
Browse files Browse the repository at this point in the history
Add provider type to charts
  • Loading branch information
shreddedbacon authored Mar 16, 2020
2 parents 144c651 + ec2a33d commit b68b413
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 7 deletions.
Binary file added charts/dbaas-operator-0.1.1.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion charts/dbaas-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.1.0
version: 0.1.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
2 changes: 2 additions & 0 deletions charts/dbaas-operator/templates/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ spec:
items:
type: string
type: array
type:
type: string
type: object
type: object
status:
Expand Down
2 changes: 1 addition & 1 deletion charts/dbaas-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
repository: amazeeio/dbaas-operator
tag: testingv1
tag: v0.1.0
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down
26 changes: 23 additions & 3 deletions charts/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,17 @@ entries:
dbaas-operator:
- apiVersion: v2
appVersion: 0.1.0
created: "2020-02-09T18:36:35.38512-06:00"
created: "2020-03-02T16:28:09.486148+11:00"
description: A Helm chart for dbaas-operator
digest: f0f32afe174f62ea1ba792d6a564223cd0ed6ac821bdf7a09cf5c254f02f2fac
name: dbaas-operator
type: application
urls:
- dbaas-operator-0.1.1.tgz
version: 0.1.1
- apiVersion: v2
appVersion: 0.1.0
created: "2020-03-02T16:28:09.483457+11:00"
description: A Helm chart for dbaas-operator
digest: 49e3bac9fd6a6eea448accd9483d9fbacd3a3b0b3e2e146c7304b558438c0df2
name: dbaas-operator
Expand All @@ -14,12 +24,22 @@ entries:
mariadbprovider:
- apiVersion: v2
appVersion: 0.1.0
created: "2020-02-09T18:36:35.385364-06:00"
created: "2020-03-02T16:28:09.487468+11:00"
description: A Helm chart for MariaDBProvider used by dbaas-operator
digest: 6747559b9981bc2ac8a5722ada3820d1f4b9c92887d5d24eac2e7cb844b3076b
name: mariadbprovider
type: application
urls:
- mariadbprovider-0.1.2.tgz
version: 0.1.2
- apiVersion: v2
appVersion: 0.1.0
created: "2020-03-02T16:28:09.48663+11:00"
description: A Helm chart for MariaDBProvider used by dbaas-operator
digest: bc03d2aa3c0d0aba80063294dbf467cb79b32a408cb34dec1841b531ebd2094c
name: mariadbprovider
type: application
urls:
- mariadbprovider-0.1.1.tgz
version: 0.1.1
generated: "2020-02-09T18:36:35.384027-06:00"
generated: "2020-03-02T16:28:09.482191+11:00"
Binary file added charts/mariadbprovider-0.1.2.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion charts/mariadbprovider/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.1.1
version: 0.1.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
1 change: 1 addition & 0 deletions charts/mariadbprovider/templates/mariadbprovider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ spec:
password: {{ $providerConfig.password | quote }}
port: {{ $providerConfig.port | quote }}
user: {{ $providerConfig.user | quote }}
type: {{ $providerConfig.type | quote }}
{{- end }}
12 changes: 11 additions & 1 deletion charts/mariadbprovider/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,14 @@ providers:
# - 172.17.0.1.nip.io
# password: password
# port: '3306'
# user: root
# user: root

# development-azure:
# environment: development
# hostname: azure-hostname.172.17.0.1.nip.io
# readReplicaHostnames:
# - azure-hostname.172.17.0.1.nip.io
# password: password
# port: '3306'
# user: root@azure-hostname
# type: azure

0 comments on commit b68b413

Please sign in to comment.