Compare commits
4 Commits
renovate/g
...
059cb21d25
Author | SHA1 | Date | |
---|---|---|---|
059cb21d25 | |||
04f29df263 | |||
f91e95b231 | |||
c77439819f |
@@ -22,7 +22,7 @@ spec:
|
|||||||
- repoURL: https://dl.gitea.com/charts/
|
- repoURL: https://dl.gitea.com/charts/
|
||||||
chart: gitea
|
chart: gitea
|
||||||
# targetRevision: 11.0.0
|
# targetRevision: 11.0.0
|
||||||
targetRevision: 12.4.0
|
targetRevision: 12.2.0
|
||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/services/Gitea/values.yaml
|
- $values/services/Gitea/values.yaml
|
||||||
|
@@ -1,15 +0,0 @@
|
|||||||
apiVersion: bitnami.com/v1alpha1
|
|
||||||
kind: SealedSecret
|
|
||||||
metadata:
|
|
||||||
creationTimestamp: null
|
|
||||||
name: gitea-actions-registration-token
|
|
||||||
namespace: gitea
|
|
||||||
spec:
|
|
||||||
encryptedData:
|
|
||||||
token: AgCfSO12i+bhMyaQo8esgDhnxc61L5VUGnT+L6q3rdfAco/pgKk6ZKS/p5+oTCu24VIGWnKq91IsvMxPTECfHmy6Z2ah8C8HNUCeOIupzz7QMSkGJuF3Gj0dB92bGQC34nGSmtl+Z0EXxfjZobaYmO2gZGHA2Y6FEf45bgb6wE3uxkv48RsWLDN0gW/FbQw837hcHxjx7Ivf5dpZu5Th3bTalKmEyoIlh7RCzsF8IV/I0V9ztJPeBpTRjUAYryVs8JgqrCW5DQQqAeSTRxccdb4Ldj22XsSOzKMXxsWbIOCqJ1arFZF+fhw3ITEnlDAn2N7Hl5keb/D9lleFcQe293f5+g/sfttVeR0G3a6lGrG0OzY2c5+1pH/Dlt+BfVWcdadV1HGqig+ZrAGQmz4XgUlcFhSuTBw+8pjyECsV+ueysi6DuPDiKh03ienc1dZY53yBo+e6QfV9Z0aIEsHheqasbIn1uh9StwqygTO/i7En3aJSBySuuHT3AMmBwKELsHyNQEgtIFocMjDJxOsxIj/3HYDdBzkEFoyx491hZSnV1ceJxN5BcgYMENJ6D/B5i+Srfyzk7AUD4fcuiyrV5ZWnnuHjOG57UlLXIUWBdeXdy2CS9+POltHuq5kGkku71UEJ/MLuZOHM+Iy/AASErsds9roZ1cBf2n4FpUXe+LwGb+RbvrLl1HETW2XnbsFMleiOx2wicvDsQ8CDSv9RVmxVE6TepHSrrDd2Aq+6PjCfkTpcUVhZYQ8s
|
|
||||||
template:
|
|
||||||
metadata:
|
|
||||||
creationTimestamp: null
|
|
||||||
name: gitea-actions-registration-token
|
|
||||||
namespace: gitea
|
|
||||||
type: Opaque
|
|
41
services/Gitea/supportingfiles/values.yaml
Normal file
41
services/Gitea/supportingfiles/values.yaml
Normal file
@@ -0,0 +1,41 @@
|
|||||||
|
enabled: true
|
||||||
|
|
||||||
|
statefulset:
|
||||||
|
actRunner:
|
||||||
|
repository: gitea/act_runner
|
||||||
|
tag: 0.2.12
|
||||||
|
dind:
|
||||||
|
repository: docker
|
||||||
|
# tag: 25.0.2-dind
|
||||||
|
tag: 28.3.2-dind
|
||||||
|
|
||||||
|
persistence:
|
||||||
|
size: 1Gi
|
||||||
|
|
||||||
|
init:
|
||||||
|
image:
|
||||||
|
repository: busybox
|
||||||
|
tag: "1.37.0"
|
||||||
|
|
||||||
|
provisioning:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
|
publish:
|
||||||
|
repository: bitnami/kubectl
|
||||||
|
# tag: 1.29.0
|
||||||
|
tag: 1.33.3
|
||||||
|
|
||||||
|
existingSecret: "gitea-actions-registration-token"
|
||||||
|
existingSecretKey: "token"
|
||||||
|
|
||||||
|
giteaRootURL: "https://code.spamasaurus.com"
|
||||||
|
|
||||||
|
persistence:
|
||||||
|
create: false
|
||||||
|
claimName: csismb-gitea-act
|
||||||
|
storageClass: csismb-gitea-act
|
||||||
|
|
||||||
|
image:
|
||||||
|
registry: "docker.gitea.com"
|
||||||
|
repository: gitea
|
||||||
|
tag: "1.24.2-rootless"
|
@@ -44,11 +44,6 @@ postgresql-ha:
|
|||||||
enabled: false
|
enabled: false
|
||||||
valkey:
|
valkey:
|
||||||
enabled: true
|
enabled: true
|
||||||
image:
|
|
||||||
repository: bitnamilegacy/valkey
|
|
||||||
global:
|
|
||||||
security:
|
|
||||||
allowInsecureImages: true
|
|
||||||
primary:
|
primary:
|
||||||
persistence:
|
persistence:
|
||||||
existingClaim: csismb-gitea-cache
|
existingClaim: csismb-gitea-cache
|
||||||
|
@@ -13,5 +13,5 @@ spec:
|
|||||||
- name: guacamole
|
- name: guacamole
|
||||||
port: 8080
|
port: 8080
|
||||||
middlewares:
|
middlewares:
|
||||||
- name: prepend-path-guacamole
|
# - name: prepend-path-guacamole
|
||||||
- name: security-headers@file
|
- name: security-headers@file
|
||||||
|
@@ -18,7 +18,7 @@ spec:
|
|||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
- repoURL: ghcr.io/fallenbagel/jellyseerr
|
- repoURL: ghcr.io/fallenbagel/jellyseerr
|
||||||
chart: jellyseerr-chart
|
chart: jellyseerr-chart
|
||||||
targetRevision: 2.7.0
|
targetRevision: 2.6.2
|
||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/services/PVR/Jellyseerr/values.yaml
|
- $values/services/PVR/Jellyseerr/values.yaml
|
||||||
|
@@ -11,8 +11,7 @@ spec:
|
|||||||
sources:
|
sources:
|
||||||
- repoURL: https://argoproj.github.io/argo-helm
|
- repoURL: https://argoproj.github.io/argo-helm
|
||||||
chart: argo-cd
|
chart: argo-cd
|
||||||
# targetRevision: 8.1.2
|
targetRevision: 8.1.2
|
||||||
targetRevision: 8.5.7
|
|
||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/system/ArgoCD/values.yaml
|
- $values/system/ArgoCD/values.yaml
|
||||||
|
@@ -13,7 +13,7 @@ spec:
|
|||||||
sources:
|
sources:
|
||||||
- repoURL: https://bitnami-labs.github.io/sealed-secrets
|
- repoURL: https://bitnami-labs.github.io/sealed-secrets
|
||||||
chart: sealed-secrets
|
chart: sealed-secrets
|
||||||
targetRevision: 2.17.7
|
targetRevision: 2.17.4
|
||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/system/SealedSecrets/values.yaml
|
- $values/system/SealedSecrets/values.yaml
|
||||||
|
Reference in New Issue
Block a user