Skip to content

Commit

Permalink
chore: Update gitea 9.3.0 => 9.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
d2iq-mergebot authored and gracedo committed Oct 3, 2023
1 parent 516bef9 commit c868149
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion services/gitea/9.3.0/defaults/cm.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: gitea-9.3.0-d2iq-defaults
name: gitea-9.4.0-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |-
Expand Down
4 changes: 2 additions & 2 deletions services/gitea/9.3.0/gitea.yaml
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: 9.3.0
version: 9.4.0
interval: 15s
install:
crds: CreateReplace
Expand All @@ -25,5 +25,5 @@ spec:
releaseName: gitea
valuesFrom:
- kind: ConfigMap
name: gitea-9.3.0-d2iq-defaults
name: gitea-9.4.0-d2iq-defaults
targetNamespace: ${releaseNamespace}
1 change: 0 additions & 1 deletion services/gitea/9.3.0/pvc.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
# In the previous versions (v8.x and prior), PVC was automatically managed by the Statefulset, while in the
# new versions (v9.x and later), it is automatically handled by the Helm chart.
#
Expand Down

0 comments on commit c868149

Please sign in to comment.