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 container image gitea/gitea to v1.22.3@6b068c7 by renovate #27484

Merged
merged 1 commit into from
Oct 9, 2024
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
4 changes: 2 additions & 2 deletions charts/stable/gitea/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 1.22.2
appVersion: 1.22.3
dependencies:
- name: common
version: 25.0.0
Expand Down Expand Up @@ -45,4 +45,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/gitea
- https://hub.docker.com/r/gitea/gitea
type: application
version: 20.5.1
version: 20.5.2
2 changes: 1 addition & 1 deletion charts/stable/gitea/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: gitea/gitea
tag: 1.22.2-rootless@sha256:75b1e8f14a63eb33da4dc5d1032212a97fe322d76cf3c5b080611771e7a2f154
tag: 1.22.3-rootless@sha256:6b068c75b3454016b0304d0bb158b027cae6393fc668ce6a3727d4f4016261ed
pullPolicy: IfNotPresent
service:
main:
Expand Down
Loading