Skip to content

Update vendir https://github.com/cloudfoundry/uaa to v77 #364

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ spec:
- name: TRUSTSTORE_PASSWORD
value: #@ truststore_password
- name: JAVA_HOME
value: /layers/paketo-buildpacks_bellsoft-liberica/jre
value: /layers/tanzu-buildpacks_bellsoft-liberica/jre
- name: OS_CERTS_DIR
value: /etc/ssl/certs
volumeMounts:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#@data/values
---
image: "index.docker.io/cloudfoundry/uaa@sha256:f47d5a598d1cdefda232a9a4e89225528e26ec8a5f265b1867d90203b55957e5"
image: "cloudfoundry/uaa@sha256:7f080becfe62a71fe0429c62ad8afdf4f24e0aac94d9f226531ab3001fa35880"
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#@data/values
---
version: "76.6.0"
version: "77.14.0"
7 changes: 4 additions & 3 deletions terraform-modules/concourse/app/files/vendir.lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ directories:
path: config/credhub/_ytt_lib/credhub
- contents:
- git:
commitTitle: Update UAA image reference in k8s deployment template to 76.31.0
sha: c3c9d39d608a97ec830fbf1f031cb8b3f7c05ad5
commitTitle: 'build(deps): bump versions.tomcatCargoVersion from 9.0.104 to
9.0.105 (#3462)...'
sha: 591769505440f82e718afaaefbb429e316e011aa
tags:
- v76.31.0
- v77.33.0
path: .
path: config/uaa/_ytt_lib/uaa
kind: LockConfig
2 changes: 1 addition & 1 deletion terraform-modules/concourse/app/files/vendir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ directories:
- path: .
git:
url: https://github.com/cloudfoundry/uaa
ref: v76.31.0
ref: v77.33.0
includePaths:
- k8s/templates/**/*
# START delete when https://github.com/vmware-tanzu/carvel-secretgen-controller/issues/70 is fixed
Expand Down