Skip to content

Commit

Permalink
feat: Bump gitea to 7.0.4 (#1093)
Browse files Browse the repository at this point in the history
  • Loading branch information
karishmagadiya authored Mar 24, 2023
1 parent 3234326 commit a0e1c0e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ resources:
- url: https://github.com/fluent/fluent-bit
ref: v${image_tag}
license_path: LICENSE
- container_image: docker.io/gitea/gitea:1.18.3-rootless
- container_image: docker.io/gitea/gitea:1.18.5-rootless
sources:
- url: https://github.com/go-gitea/gitea
ref: v${image_tag%-rootless}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: gitea-7.0.2-d2iq-defaults
name: gitea-7.0.4-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
kind: HelmRepository
name: dl.gitea.io-charts
namespace: kommander-flux
version: 7.0.2
version: 7.0.4
interval: 15s
install:
crds: CreateReplace
Expand All @@ -25,5 +25,5 @@ spec:
releaseName: gitea
valuesFrom:
- kind: ConfigMap
name: gitea-7.0.2-d2iq-defaults
name: gitea-7.0.4-d2iq-defaults
targetNamespace: ${releaseNamespace}
File renamed without changes.

0 comments on commit a0e1c0e

Please sign in to comment.