Skip to content

Commit 80764bb

Browse files
authored
Merge pull request #364 from cloudfoundry/renovate/https-github.com-cloudfoundry-uaa-77.x
Update vendir https://github.com/cloudfoundry/uaa to v77
2 parents df0432b + 8096044 commit 80764bb

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

terraform-modules/concourse/app/files/config/uaa/_ytt_lib/uaa/k8s/templates/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ spec:
100100
- name: TRUSTSTORE_PASSWORD
101101
value: #@ truststore_password
102102
- name: JAVA_HOME
103-
value: /layers/paketo-buildpacks_bellsoft-liberica/jre
103+
value: /layers/tanzu-buildpacks_bellsoft-liberica/jre
104104
- name: OS_CERTS_DIR
105105
value: /etc/ssl/certs
106106
volumeMounts:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#@data/values
22
---
3-
image: "index.docker.io/cloudfoundry/uaa@sha256:f47d5a598d1cdefda232a9a4e89225528e26ec8a5f265b1867d90203b55957e5"
3+
image: "cloudfoundry/uaa@sha256:7f080becfe62a71fe0429c62ad8afdf4f24e0aac94d9f226531ab3001fa35880"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#@data/values
22
---
3-
version: "76.6.0"
3+
version: "77.14.0"

terraform-modules/concourse/app/files/vendir.lock.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ directories:
88
path: config/credhub/_ytt_lib/credhub
99
- contents:
1010
- git:
11-
commitTitle: Update UAA image reference in k8s deployment template to 76.31.0
12-
sha: c3c9d39d608a97ec830fbf1f031cb8b3f7c05ad5
11+
commitTitle: 'build(deps): bump versions.tomcatCargoVersion from 9.0.104 to
12+
9.0.105 (#3462)...'
13+
sha: 591769505440f82e718afaaefbb429e316e011aa
1314
tags:
14-
- v76.31.0
15+
- v77.33.0
1516
path: .
1617
path: config/uaa/_ytt_lib/uaa
1718
kind: LockConfig

terraform-modules/concourse/app/files/vendir.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ directories:
1616
- path: .
1717
git:
1818
url: https://github.com/cloudfoundry/uaa
19-
ref: v76.31.0
19+
ref: v77.33.0
2020
includePaths:
2121
- k8s/templates/**/*
2222
# START delete when https://github.com/vmware-tanzu/carvel-secretgen-controller/issues/70 is fixed

0 commit comments

Comments
 (0)