Skip to content

Commit

Permalink
Fix Helm Chart
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-tincelin committed Nov 15, 2023
1 parent e9ff800 commit 1ded735
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/howtoaks/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/howtoaks/templates/api-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
Binary file added docs/howtoaks-1.0.3.tgz
Binary file not shown.
18 changes: 14 additions & 4 deletions docs/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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"

0 comments on commit 1ded735

Please sign in to comment.