Skip to content
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

chore(deps): update gcr.io/kaniko-project/executor docker tag to v1.23.2 #1249

Merged
merged 6 commits into from
Sep 10, 2024
2 changes: 1 addition & 1 deletion apps/prod/tekton/configs/tasks/pingcap-build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ spec:
echo "🤷 no output script generated!"
fi
- name: build-and-publish
image: gcr.io/kaniko-project/executor:v1.22.0-debug
image: gcr.io/kaniko-project/executor:v1.23.2-debug
workingDir: $(workspaces.source.path)/$(params.component)
env:
- name: KANIKO_EXECUTOR
Expand Down
8 changes: 4 additions & 4 deletions apps/staging/jenkins/release/values-controller-plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ controller:
- artifactId: prometheus
source:
# renovate: datasource=jenkins-plugins depName=prometheus
version: 2.5.3
version: 784.vea_eca_f6592eb_
- artifactId: blueocean
source:
# renovate: datasource=jenkins-plugins depName=blueocean
version: 1.27.14
- artifactId: job-dsl
source:
# renovate: datasource=jenkins-plugins depName=job-dsl
version: 1.87
version: 1.88
- artifactId: build-failure-analyzer
source:
url: https://github.com/PingCAP-QE/build-failure-analyzer-plugin/releases/download/v2.4.1-jobname/build-failure-analyzer.hpi
Expand Down Expand Up @@ -77,11 +77,11 @@ controller:
- artifactId: timestamper
source:
# renovate: datasource=jenkins-plugins depName=timestamper
version: 1.26
version: 1.27
- artifactId: ssh-agent
source:
# renovate: datasource=jenkins-plugins depName=ssh-agent
version: 346.vda_a_c4f2c8e50
version: 376.v8933585c69d3
# for plugin build-failure-analyzer
# Exporting to prometheus
# Ref: https://github.com/jenkinsci/build-failure-analyzer-plugin/blob/master/docs/metrics.md
Expand Down
2 changes: 1 addition & 1 deletion apps/staging/jenkins/release/values-controller.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# please see: https://github.com/jenkinsci/helm-charts/blob/main/charts/jenkins/VALUES_SUMMARY.md
controller:
# renovate: datasource=docker depName=jenkins/jenkins versioning=docker
tag: 2.452.3-lts
tag: 2.462.2-lts
resources:
requests:
cpu: "500m"
Expand Down