diff --git a/helm-guestbook/Chart.yaml b/helm-guestbook/Chart.yaml index 6fac831761..03d5dc6cf1 100644 --- a/helm-guestbook/Chart.yaml +++ b/helm-guestbook/Chart.yaml @@ -15,9 +15,10 @@ 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: 0.2.76 # 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" +appVersion: "1.3" +test: "me" diff --git a/helm-guestbook/values.yaml b/helm-guestbook/values.yaml index 3666712aec..dad724370e 100644 --- a/helm-guestbook/values.yaml +++ b/helm-guestbook/values.yaml @@ -2,11 +2,11 @@ # This is a YAML-formatted file. # Declare variables to be passed into your templates. -replicaCount: 1 +replicaCount: 2 image: repository: gcr.io/heptio-images/ks-guestbook-demo - tag: 0.1 + tag: 0.2 pullPolicy: IfNotPresent service: @@ -15,7 +15,8 @@ service: ingress: enabled: false - annotations: {} + annotations: + {} # kubernetes.io/ingress.class: nginx # kubernetes.io/tls-acme: "true" path: / @@ -26,7 +27,8 @@ ingress: # hosts: # - chart-example.local -resources: {} +resources: + {} # We usually recommend not to specify default resources and to leave this as a conscious # choice for the user. This also increases chances charts run on environments with little # resources, such as Minikube. If you do want to specify resources, uncomment the following diff --git a/helm-guestbook/version.yaml b/helm-guestbook/version.yaml new file mode 100644 index 0000000000..cbaa26b46a --- /dev/null +++ b/helm-guestbook/version.yaml @@ -0,0 +1 @@ +version: 1.9.22