-
Notifications
You must be signed in to change notification settings - Fork 3
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
fix(docker-image): update gitea/gitea docker tag to v1.23.5 #2469
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Path: @@ -67,7 +67,7 @@
app: gitea
app.kubernetes.io/name: gitea
app.kubernetes.io/instance: release-name
- version: "1.23.4"
+ version: "1.23.5"
app.kubernetes.io/managed-by: Helm
type: Opaque
stringData:
@@ -131,7 +131,7 @@
app: gitea
app.kubernetes.io/name: gitea
app.kubernetes.io/instance: release-name
- version: "1.23.4"
+ version: "1.23.5"
app.kubernetes.io/managed-by: Helm
type: Opaque
stringData:
@@ -148,7 +148,7 @@
app: gitea
app.kubernetes.io/name: gitea
app.kubernetes.io/instance: release-name
- version: "1.23.4"
+ version: "1.23.5"
app.kubernetes.io/managed-by: Helm
type: Opaque
stringData:
@@ -2619,7 +2619,7 @@
app: gitea
app.kubernetes.io/name: gitea
app.kubernetes.io/instance: release-name
- version: "1.23.4"
+ version: "1.23.5"
app.kubernetes.io/managed-by: Helm
annotations: {}
spec:
@@ -2643,7 +2643,7 @@
app: gitea
app.kubernetes.io/name: gitea
app.kubernetes.io/instance: release-name
- version: "1.23.4"
+ version: "1.23.5"
app.kubernetes.io/managed-by: Helm
annotations: {}
spec:
@@ -2669,7 +2669,7 @@
app: gitea
app.kubernetes.io/name: gitea
app.kubernetes.io/instance: release-name
- version: "1.23.4"
+ version: "1.23.5"
app.kubernetes.io/managed-by: Helm
spec:
replicas: 1
@@ -2689,14 +2689,14 @@
app: gitea
app.kubernetes.io/name: gitea
app.kubernetes.io/instance: release-name
- version: "1.23.4"
+ version: "1.23.5"
app.kubernetes.io/managed-by: Helm
spec:
securityContext:
fsGroup: 1000
initContainers:
- name: init-directories
- image: "gitea/gitea:1.23.4-rootless@sha256:9c1c20d31c3e65952f158af5a3c6424980f4c0e97a811ca7f68b715565b7bf1a"
+ image: "gitea/gitea:1.23.5-rootless@sha256:5e55d8fd0622cf70425e4bb874f07f1b340fb53782901a2cc66da1a8b0f1de23"
imagePullPolicy: IfNotPresent
command: ["/usr/sbin/init_directory_structure.sh"]
env:
@@ -2734,7 +2734,7 @@
cpu: 100m
memory: 128Mi
- name: init-app-ini
- image: "gitea/gitea:1.23.4-rootless@sha256:9c1c20d31c3e65952f158af5a3c6424980f4c0e97a811ca7f68b715565b7bf1a"
+ image: "gitea/gitea:1.23.5-rootless@sha256:5e55d8fd0622cf70425e4bb874f07f1b340fb53782901a2cc66da1a8b0f1de23"
imagePullPolicy: IfNotPresent
command: ["/usr/sbin/config_environment.sh"]
env:
@@ -2774,7 +2774,7 @@
cpu: 100m
memory: 128Mi
- name: configure-gitea
- image: "gitea/gitea:1.23.4-rootless@sha256:9c1c20d31c3e65952f158af5a3c6424980f4c0e97a811ca7f68b715565b7bf1a"
+ image: "gitea/gitea:1.23.5-rootless@sha256:5e55d8fd0622cf70425e4bb874f07f1b340fb53782901a2cc66da1a8b0f1de23"
command: ["/usr/sbin/configure_gitea.sh"]
imagePullPolicy: IfNotPresent
securityContext:
@@ -2823,7 +2823,7 @@
terminationGracePeriodSeconds: 60
containers:
- name: gitea
- image: "gitea/gitea:1.23.4-rootless@sha256:9c1c20d31c3e65952f158af5a3c6424980f4c0e97a811ca7f68b715565b7bf1a"
+ image: "gitea/gitea:1.23.5-rootless@sha256:5e55d8fd0622cf70425e4bb874f07f1b340fb53782901a2cc66da1a8b0f1de23"
imagePullPolicy: IfNotPresent
env:
# SSH Port values have to be set here as well for openssh configuration
@@ -3090,7 +3090,7 @@
app: gitea
app.kubernetes.io/name: gitea
app.kubernetes.io/instance: release-name
- version: "1.23.4"
+ version: "1.23.5"
app.kubernetes.io/managed-by: Helm
annotations:
kubernetes.io/ingress.class: "traefik"
@@ -3233,7 +3233,7 @@
app: gitea
app.kubernetes.io/name: gitea
app.kubernetes.io/instance: release-name
- version: "1.23.4"
+ version: "1.23.5"
app.kubernetes.io/managed-by: Helm
annotations:
"helm.sh/hook": test-success |
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
| datasource | package | from | to | | ---------- | ----------- | ------ | ------ | | docker | gitea/gitea | 1.23.4 | 1.23.5 |
fbdfc85
to
87b93c2
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/cluster
Changes made in the cluster directory
dep/patch
renovate/container
size/XS
Denotes a PR that changes 0-9 lines, ignoring generated files.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.23.4
->1.23.5
Release Notes
go-gitea/gitea (gitea/gitea)
v1.23.5
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.