Skip to content

Commit

Permalink
chore: bump gitea to v9.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Azhovan committed Sep 4, 2023
1 parent b197fe6 commit 2c5f2cf
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 deletions.
2 changes: 2 additions & 0 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ ignore:
- docker.io/nginxinc/nginx-unprivileged:1.22.0-alpine
- docker.io/bitnami/external-dns:0.13.5-debian-11-r55
- docker.io/bitnami/memcached:1.6.15-debian-11-r8
- docker.io/bitnami/memcached:1.6.19-debian-11-r7
- docker.io/bitnami/postgresql:11.16.0-debian-11-r9
- docker.io/bitnami/postgresql:15.2.0-debian-11-r21
- docker.io/bitnami/postgresql:15.2.0-debian-11-r26
- docker.io/library/busybox:1
- gcr.io/kubecost1/cost-model:prod-1.104.0
- gcr.io/kubecost1/frontend:prod-1.104.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: gitea-8.2.0-d2iq-defaults
name: gitea-9.3.0-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |-
Expand All @@ -21,9 +21,9 @@ data:
pathType: ImplementationSpecific
gitea:
additionalConfigFromEnvs:
- name: ENV_TO_INI__SERVER__SSL_MIN_VERSION
- name: GITEA__SERVER__SSL_MIN_VERSION
value: tlsv1.3
- name: ENV_TO_INI__SERVER__SSL_MAX_VERSION
- name: GITEA__SERVER__SSL_MAX_VERSION
value: tlsv1.3
admin:
existingSecret: ${adminCredentialsSecret}
Expand All @@ -46,7 +46,7 @@ data:
periodSeconds: 10
successThreshold: 1
failureThreshold: 10
statefulset:
deployment:
annotations:
secret.reloader.stakater.com/reload: ${tlsCertificateSecret}
service:
Expand All @@ -62,11 +62,14 @@ data:
readOnly: true
mountPath: "/git-tls"
clusterDomain: cluster.local.
memcached:
redis-cluster:
priorityClassName: "dkp-critical-priority"
image:
tag: 1.6.15-debian-11-r8
tag: 7.2.0-debian-11-r0
postgresql-ha:
enabled: false
postgresql:
enabled: true
primary:
priorityClassName: "dkp-critical-priority"
image:
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: 8.2.0
version: 9.3.0
interval: 15s
install:
crds: CreateReplace
Expand All @@ -25,5 +25,5 @@ spec:
releaseName: gitea
valuesFrom:
- kind: ConfigMap
name: gitea-8.2.0-d2iq-defaults
name: gitea-9.3.0-d2iq-defaults
targetNamespace: ${releaseNamespace}
File renamed without changes.

0 comments on commit 2c5f2cf

Please sign in to comment.