diff --git a/charts/dobby-1.0.0.tgz b/charts/dobby-1.0.0.tgz new file mode 100644 index 0000000..7bef708 Binary files /dev/null and b/charts/dobby-1.0.0.tgz differ diff --git a/examples/helm/.helmignore b/charts/dobby/.helmignore similarity index 100% rename from examples/helm/.helmignore rename to charts/dobby/.helmignore diff --git a/examples/helm/Chart.yaml b/charts/dobby/Chart.yaml similarity index 96% rename from examples/helm/Chart.yaml rename to charts/dobby/Chart.yaml index 4cd58f6..beba4bc 100644 --- a/examples/helm/Chart.yaml +++ b/charts/dobby/Chart.yaml @@ -15,9 +15,9 @@ 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. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.0 +version: 1.0.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -#appVersion: 1.0.0 +appVersion: v2.0.1 diff --git a/examples/helm/templates/_helpers.tpl b/charts/dobby/templates/_helpers.tpl similarity index 100% rename from examples/helm/templates/_helpers.tpl rename to charts/dobby/templates/_helpers.tpl diff --git a/examples/helm/templates/deployment.yaml b/charts/dobby/templates/deployment.yaml similarity index 100% rename from examples/helm/templates/deployment.yaml rename to charts/dobby/templates/deployment.yaml diff --git a/examples/helm/templates/service.yaml b/charts/dobby/templates/service.yaml similarity index 100% rename from examples/helm/templates/service.yaml rename to charts/dobby/templates/service.yaml diff --git a/examples/helm/values.yaml b/charts/dobby/values.yaml similarity index 98% rename from examples/helm/values.yaml rename to charts/dobby/values.yaml index 23fcb17..b24a04b 100644 --- a/examples/helm/values.yaml +++ b/charts/dobby/values.yaml @@ -13,7 +13,7 @@ image: repository: thecasualcoder/dobby pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "latest" + # tag: "latest" imagePullSecrets: [] nameOverride: ""