Skip to content

Commit c9ae983

Browse files
damonconwayPaul Schroeder
authored andcommitted
Bumping secret-agent version
ref: FORGEOPS-6598
1 parent 4a5008c commit c9ae983

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The following secure versions are available:
4040
- PingIDM 8.0.1
4141
- PingDS 8.0.2
4242
- PingAM 7.5.2 and 8.0.2
43-
- Secret Agent 1.2.9
43+
- Secret Agent 1.2.10
4444
- PingGateway 2025.11.0 and 2025.11.1
4545

4646
### Helm 4 supported

bin/commands/prereqs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ if [ "$SECRETS" == "secret-agent" ] ; then
237237
SEC_REPO=oci://us-docker.pkg.dev/forgeops-public/charts/secret-agent
238238
SEC_CHART_NAME=secret-agent
239239
SEC_NAMESPACE=${SA_NAMESPACE:-secret-agent}
240-
SEC_VERSION=${SA_VERSION:-v1.2.9}
240+
SEC_VERSION=${SA_VERSION:-v1.2.10}
241241
SEC_INSTALLED=$(kubectl get crd secretagentconfigurations.${SEC_NAMESPACE}.secrets.forgerock.io 2>/dev/null || true)
242242
SEC_OPTS="--set tolerations[0].'key'='kubernetes\.io/arch' \
243243
--set tolerations[0].'effect'='NoSchedule' \

charts/scripts/install-prereqs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ if [ "$SECRETS" == "secret-agent" ] ; then
267267
SEC_REPO=oci://us-docker.pkg.dev/forgeops-public/charts/secret-agent
268268
SEC_CHART_NAME=secret-agent
269269
SEC_NAMESPACE=secret-agent
270-
SEC_VERSION=${SA_VERSION:-v1.2.8}
270+
SEC_VERSION=${SA_VERSION:-v1.2.10}
271271
SEC_INSTALLED=$(kubectl get crd secretagentconfigurations.secret-agent.secrets.forgerock.io 2>/dev/null || true)
272272
SEC_OPTS="--set tolerations[0].'key'='kubernetes\.io/arch' \
273273
--set tolerations[0].'effect'='NoSchedule' \

0 commit comments

Comments
 (0)