Skip to content

Commit 042183f

Browse files
committed
[skip pipeline] creating new tag v2.1.1
1 parent 3a42843 commit 042183f

15 files changed

Lines changed: 26 additions & 2079 deletions

File tree

Changelog.md

Lines changed: 12 additions & 2065 deletions
Large diffs are not rendered by default.

code-gen/templates/common/base/env_vars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ PINGDATASYNC_IMAGE_TAG=v2.1.0
153153
# Ping solution image tags
154154
############################################################
155155
BOOTSTRAP_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

code-gen/templates/p1as-pingdirectory/region/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 ###
1919
configMapGenerator:

code-gen/templates/p1as-pingfederate/region/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 ###
1717
configMapGenerator:

code-gen/templates/values-files/base/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

k8s-configs/cluster-tools/base/git-ops/argo/customer-p1-connection.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
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

k8s-configs/cluster-tools/base/git-ops/argo/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

k8s-configs/cluster-tools/base/logging/elastic-stack/opensearch-operator/opensearch-operator-controller-manager-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ spec:
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

k8s-configs/ping-cloud/base/pingaccess-was/admin/cloud-generic/statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
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:

k8s-configs/ping-cloud/base/pingaccess-was/config/env_vars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ORCHESTRATION_TYPE=kubernetes
22
#VERBOSE=true
33
SERVER_PROFILE_URL=https://github.com/pingidentity/ping-cloud-base.git
44
SERVER_PROFILE_PATH=profiles/pingaccess
5-
SERVER_PROFILE_BRANCH=v2.1.1-RC7
5+
SERVER_PROFILE_BRANCH=v2.1.1
66

77
REGION=us-west-2
88

0 commit comments

Comments
 (0)