Skip to content

Commit

Permalink
fix: update Helm chart dependencies and adjust control-port target
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancarrier committed Jan 28, 2025
1 parent f98ba9f commit 6fce2d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
16 changes: 5 additions & 11 deletions charts/armonik/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,12 @@ dependencies:
- name: node-exporter
repository: https://charts.bitnami.com/bitnami
version: 4.5.2
- name: metrics-server
repository: https://kubernetes-sigs.github.io/metrics-server/
version: 3.12.2
- name: kube-state-metrics
repository: https://charts.bitnami.com/bitnami
version: 4.3.4
- name: cluster-autoscaler
repository: https://kubernetes.github.io/autoscaler
version: 9.45.0
- name: aws-node-termination-handler
repository: https://aws.github.io/eks-charts
version: 0.21.0
- name: aws-efs-csi-driver
repository: https://kubernetes-sigs.github.io/aws-efs-csi-driver/
version: 3.1.3
- name: chaos-mesh
repository: https://charts.chaos-mesh.org
version: 2.7.0
Expand All @@ -56,5 +50,5 @@ dependencies:
- name: cert-manager
repository: https://charts.jetstack.io
version: v1.16.3
digest: sha256:e16cfaabc030b04a56a49327aaa22498eddb70fcf06f3d995d95d720766d4e8a
generated: "2025-01-23T16:39:46.358106+01:00"
digest: sha256:1225c90a13bd5b468170a904c07519bd2701b987448ca1959c2c74f406fb3065
generated: "2025-01-28T11:34:29.049285+01:00"
2 changes: 1 addition & 1 deletion charts/armonik/charts/control-plane/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ service:
ports:
- name: control-port
port: 1080
targetPort: 1080
targetPort: control-port

selector:
app: armonik
Expand Down

0 comments on commit 6fce2d7

Please sign in to comment.