Skip to content
Open
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
10 changes: 5 additions & 5 deletions helm/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: microservice-chart
repository: https://pagopa.github.io/aks-microservice-chart-blueprint
version: 7.5.0
version: 8.0.2
- name: microservice-chart
repository: https://pagopa.github.io/aks-microservice-chart-blueprint
version: 7.5.0
version: 8.0.2
- name: microservice-chart
repository: https://pagopa.github.io/aks-microservice-chart-blueprint
version: 7.5.0
digest: sha256:0ba2d3153400e4efc93c37fa7d978b51d6cee38f36523325eee3b173cceb3667
generated: "2025-05-14T14:42:56.754755+02:00"
version: 8.0.2
digest: sha256:d327747454073bae7e6dc342f10f1f09b5e5494cb0f956788a99a7a8e2450ded
generated: "2025-10-15T11:39:46.15586+02:00"
6 changes: 3 additions & 3 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ version: 0.26.0
appVersion: 0.0.4
dependencies:
- name: microservice-chart
version: 7.5.0
version: 8.0.2
repository: "https://pagopa.github.io/aks-microservice-chart-blueprint"
alias: postgresql
condition: postgresql.enabled
- name: microservice-chart
version: 7.5.0
version: 8.0.2
repository: "https://pagopa.github.io/aks-microservice-chart-blueprint"
alias: postgresql-nexi
condition: postgresql-nexi.enabled
- name: microservice-chart
version: 7.5.0
version: 8.0.2
repository: "https://pagopa.github.io/aks-microservice-chart-blueprint"
alias: oracle
condition: oracle.enabled
7 changes: 6 additions & 1 deletion helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@ microservice-chart: &microservice-chart
periodSeconds: 10
deployment:
create: true
replicas: 1
replicas: 1 # (default) same as HPA minReplica
strategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 0
maxSurge: 1
service:
create: true
type: ClusterIP
Expand Down
6 changes: 6 additions & 0 deletions helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@
# periodSeconds: 10
# deployment:
# create: true
# replicas: 1 # (default) same as HPA minReplica
# strategy:
# type: RollingUpdate
# rollingUpdate:
# maxUnavailable: 0
# maxSurge: 1
# service:
# create: true
# type: ClusterIP
Expand Down
7 changes: 6 additions & 1 deletion helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@ microservice-chart:
periodSeconds: 10
deployment:
create: true
replicas: 1
replicas: 1 # (default) same as HPA minReplica
strategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 0
maxSurge: 1
service:
create: true
type: ClusterIP
Expand Down
Loading