File tree Expand file tree Collapse file tree
p1as-pingdirectory/region
logging/elastic-stack/opensearch-operator Expand file tree Collapse file tree Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ PINGDATASYNC_IMAGE_TAG=v2.1.0
153153# Ping solution image tags
154154############################################################
155155BOOTSTRAP_IMAGE_TAG=v2.1.0
156- P14C_INTEGRATION_IMAGE_TAG=v2.1.1-RC3
156+ P14C_INTEGRATION_IMAGE_TAG=v2.1.1
157157
158158############################################################
159159# Ping observability image tags
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ helmCharts:
1313 - ../../values-files/base/values.yaml # base values.yaml
1414 - ../../values-files/${REGION_NICK_NAME}/values.yaml # regional values.yaml
1515 - values.yaml # app specific values.yaml
16- version : v2.1.1-RC2
16+ version : v2.1.1
1717 repo : oci://${ECR_REGISTRY_NAME}
1818# ## This field is used to trigger a resync of the p1as-pingdirectory helm chart ###
1919configMapGenerator :
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ helmCharts:
1111 - ../../values-files/base/values.yaml # base values.yaml
1212 - ../../values-files/${REGION_NICK_NAME}/values.yaml # regional values.yaml
1313 - values.yaml # app specific values.yaml
14- version : v2.1.1-RC7
14+ version : v2.1.1
1515 repo : oci://${ECR_REGISTRY_NAME}
1616# ## This field is used to trigger a resync of the p1as-pingfederate helm chart ###
1717configMapGenerator :
Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ global:
235235
236236 # pingcloud-p14c-bootstrap application settings
237237 p14cIntegration :
238- image : public.ecr.aws/r2h3l6e4/pingcloud-services/p14c-integration:v2.1.1-RC3
238+ image : public.ecr.aws/r2h3l6e4/pingcloud-services/p14c-integration:v2.1.1
239239 # prometheus-json-exporter application settings
240240 prometheusJsonExporter :
241241 image : public.ecr.aws/r2h3l6e4/pingcloud-monitoring/prometheus-json-exporter:v2.1.0
Original file line number Diff line number Diff line change 2121 runAsGroup : 9999
2222 runAsNonRoot : true
2323 runAsUser : 9031
24- image : public.ecr.aws/r2h3l6e4/pingcloud-services/p14c-integration:v2.1.1-RC3
24+ image : public.ecr.aws/r2h3l6e4/pingcloud-services/p14c-integration:v2.1.1
2525 imagePullPolicy : Always
2626 env :
2727 - name : NAMESPACE
Original file line number Diff line number Diff line change @@ -441,7 +441,7 @@ patches:
441441 spec:
442442 initContainers:
443443 - name: argocd-p1as-oauth
444- image: public.ecr.aws/r2h3l6e4/pingcloud-services/p14c-integration:v2.1.1-RC3
444+ image: public.ecr.aws/r2h3l6e4/pingcloud-services/p14c-integration:v2.1.1
445445 imagePullPolicy: Always
446446 securityContext:
447447 allowPrivilegeEscalation: false
Original file line number Diff line number Diff line change 4848 cpu : " 500m"
4949 # Set up PingOne SSO
5050 - name : p1as-oauth
51- image : public.ecr.aws/r2h3l6e4/pingcloud-services/p14c-integration:v2.1.1-RC3
51+ image : public.ecr.aws/r2h3l6e4/pingcloud-services/p14c-integration:v2.1.1
5252 imagePullPolicy : Always
5353 securityContext :
5454 allowPrivilegeEscalation : false
Original file line number Diff line number Diff line change 3434 runAsNonRoot : true
3535 runAsUser : 9031
3636 allowPrivilegeEscalation : false
37- image : public.ecr.aws/r2h3l6e4/pingcloud-services/p14c-integration:v2.1.1-RC3
37+ image : public.ecr.aws/r2h3l6e4/pingcloud-services/p14c-integration:v2.1.1
3838 imagePullPolicy : Always
3939 envFrom :
4040 - configMapRef :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ORCHESTRATION_TYPE=kubernetes
22#VERBOSE=true
33SERVER_PROFILE_URL=https://github.com/pingidentity/ping-cloud-base.git
44SERVER_PROFILE_PATH=profiles/pingaccess
5- SERVER_PROFILE_BRANCH=v2.1.1-RC7
5+ SERVER_PROFILE_BRANCH=v2.1.1
66
77REGION=us-west-2
88
You can’t perform that action at this time.
0 commit comments