diff --git a/charts/howtoaks/Chart.yaml b/charts/howtoaks/Chart.yaml index 229e793..b11ebbe 100644 --- a/charts/howtoaks/Chart.yaml +++ b/charts/howtoaks/Chart.yaml @@ -15,7 +15,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. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.0.2 +version: 1.0.3 # 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 diff --git a/charts/howtoaks/templates/api-deployment.yaml b/charts/howtoaks/templates/api-deployment.yaml index 7c54293..98ad7fe 100644 --- a/charts/howtoaks/templates/api-deployment.yaml +++ b/charts/howtoaks/templates/api-deployment.yaml @@ -43,11 +43,11 @@ spec: # readOnly: true livenessProbe: httpGet: - path: / + path: /weatherforecast port: http readinessProbe: httpGet: - path: / + path: /weatherforecast port: http resources: {{- toYaml .Values.api.resources | nindent 12 }} diff --git a/docs/howtoaks-1.0.3.tgz b/docs/howtoaks-1.0.3.tgz new file mode 100644 index 0000000..c7ceca7 Binary files /dev/null and b/docs/howtoaks-1.0.3.tgz differ diff --git a/docs/index.yaml b/docs/index.yaml index ef7b18b..c03642c 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -3,7 +3,17 @@ entries: howtoaks: - apiVersion: v2 appVersion: 1.0.0 - created: "2023-11-15T21:03:45.401323836+01:00" + created: "2023-11-15T21:15:04.284182239+01:00" + description: Deploy the HowToAks application + digest: 0013eff9d3d3978e87ae1d42a363450e4c85a001f9cc594ccc465bea09b76c46 + name: howtoaks + type: application + urls: + - https://arnaud-tincelin.github.io/aks-demo/howtoaks-1.0.3.tgz + version: 1.0.3 + - apiVersion: v2 + appVersion: 1.0.0 + created: "2023-11-15T21:15:04.27320778+01:00" description: Deploy the HowToAks application digest: ee4f1ee59e58bf6306a54a6de0141066ba3a73d86cc1e56bd5d4759d3535d436 name: howtoaks @@ -13,7 +23,7 @@ entries: version: 1.0.2 - apiVersion: v2 appVersion: 1.0.0 - created: "2023-11-15T21:03:45.391651799+01:00" + created: "2023-11-15T21:15:04.257635726+01:00" description: A Helm chart for Kubernetes digest: 5a54719351b9d0a6f27802bdbc2cbd8a14d035eac1e9edf91b9526aaff5e3212 name: howtoaks @@ -24,7 +34,7 @@ entries: weatherforecast: - apiVersion: v2 appVersion: 1.17.0 - created: "2023-11-15T21:03:45.416808612+01:00" + created: "2023-11-15T21:15:04.30036604+01:00" description: A Helm chart for Kubernetes digest: 47d350149d0abdf73d8810c47a9657e5f16635ddcca9cd9e8cd911c1c0797659 home: https://github.com/arnaud-tincelin/aks-demo @@ -40,4 +50,4 @@ entries: urls: - https://arnaud-tincelin.github.io/aks-demo/weatherforecast-0.1.0.tgz version: 0.1.0 -generated: "2023-11-15T21:03:45.374124305+01:00" +generated: "2023-11-15T21:15:04.24199298+01:00"