Skip to content

Commit

Permalink
Merge pull request #35 from saitejaopsmx/apr-rel
Browse files Browse the repository at this point in the history
Removed the Annotations
  • Loading branch information
BasavaRajSomesetty authored May 30, 2024
2 parents e733819 + 1f92c7d commit 60d5fe3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/ssd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: ssd
version: "2024.04.00"
version: "2024.04.01"
appVersion: "2024.04.00"
description: "OpsMx Secure Software Delivery for CI/CD Pipelines"
icon: https://raw.githubusercontent.com/OpsMx/enterprise-spinnaker/master/img/opsmx.png
Expand Down
9 changes: 3 additions & 6 deletions charts/ssd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ global:
annotations:
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/client-header-buffer-size: 100k
nginx.ingress.kubernetes.io/server-snippet: |
client_header_buffer_size 100k;
large_client_header_buffers 4 100k;
tls:
secretName: ssd-ui-ingress

Expand Down Expand Up @@ -214,7 +211,7 @@ toolchain:
## Image specific details
image:
repository: tool-chain
tag: "2024-04-00"
tag: "2024-04-01"
pullPolicy: IfNotPresent

annotations: {}
Expand Down Expand Up @@ -258,7 +255,7 @@ supplychainapi:
## Image specific details
image:
repository: supplychain-api
tag: "2024-04-01"
tag: "2024-04-02"
pullPolicy: IfNotPresent

annotations: {}
Expand Down Expand Up @@ -308,7 +305,7 @@ ui:
## Image specific details
image:
repository: ssd-ui
tag: "2024-04-00"
tag: "2024-04-01"
pullPolicy: IfNotPresent

annotations: {}
Expand Down

0 comments on commit 60d5fe3

Please sign in to comment.