Skip to content

Commit

Permalink
Releasing ADM-agent version v141-31.38 (#188)
Browse files Browse the repository at this point in the history
Signed-off-by: Subash Dangol <[email protected]>
  • Loading branch information
subashd authored Aug 6, 2024
1 parent 0c02826 commit d8cb7df
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions adm-agent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 141.25.33
appVersion: 141.31.38
description: A Helm chart for NetScaler ADM Agent
home: https://adm.cloud.com
kubeVersion: '>=v1.16.0-0'
Expand All @@ -11,4 +11,4 @@ maintainers:
name: swapnil
name: adm-agent
type: application
version: 141.25.33
version: 141.31.38
2 changes: 1 addition & 1 deletion adm-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ The following table provides the configurable parameters and their default value
|--------------------------------|-------------------------------|---------------------------|
| `imageRegistry` | Image registry of the ADM agent onboarding container | `quay.io` |
| `imageRepository` | Image repository of the ADM agent onboarding container | `citrix/adm-agent` |
| `imageTag` | Image tag of the ADM agent container | `141.25.33` |
| `imageTag` | Image tag of the ADM agent container | `141.31.38` |
| `pullPolicy` | Specifies the image pull policy for ADM agent. | IfNotPresent |
| `accessSecret`| Specifies the ID and Secret to access ADM Service.| Nil|
| `loginSecret`| Specifies the login Secret of NetScaler ADM agent.| Nil|
Expand Down
4 changes: 2 additions & 2 deletions adm-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

imageRegistry: quay.io
imageRepository: citrix/adm-agent
imageTag: 14.1-25.33
imageTag: 14.1-31.38
image: "{{ .Values.imageRegistry }}/{{ .Values.imageRepository }}:{{ .Values.imageTag }}"
pullPolicy: IfNotPresent

Expand All @@ -18,7 +18,7 @@ loginSecret: ""
clusterPrefix: ""

hpa:
required: true
required: false
minReplicas: 1
maxReplicas: 10
targetCPUUtilization: 1000m
Expand Down

0 comments on commit d8cb7df

Please sign in to comment.