File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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' \
Original file line number Diff line number Diff 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' \
You can’t perform that action at this time.
0 commit comments