Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions helm/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies:
version: 1.0.1
- name: nginx
repository: oci://acrarolibotnonprod.azurecr.io/helm/common
version: 2.1.0
digest: sha256:3e41b64eb0cb9d37c16017031fdd15d9ffe5ce88fe3be0d3c72eb9ab13df0d68
generated: "2026-02-01T10:52:46.905143+02:00"
version: 2.2.1
digest: sha256:2c86149043507db63949ea9d1b0f077b2965806c1fa8872d353c7fe1b79e3d88
generated: "2026-06-24T11:21:58.437838414+03:00"
2 changes: 1 addition & 1 deletion helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ dependencies:
version: 1.0.1
repository: oci://acrarolibotnonprod.azurecr.io/helm/infra
- name: nginx
version: 2.1.0
version: 2.2.1
repository: oci://acrarolibotnonprod.azurecr.io/helm/common
3 changes: 0 additions & 3 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,6 @@ nginx:
caPath: '/usr/local/share/ca-certificates'
caKey: 'ca.crt'

image:
repository: nginx
tag: 'latest'
port: 8080
targetPort: 8080
nodePort: 30001
Expand Down
Loading