⬆️ Update app-template ( 2.6.0 → 3.0.4 )

This commit is contained in:
auricom
2024-03-26 01:12:59 +01:00
parent f9f972852e
commit d1f9f7ba78
11 changed files with 127 additions and 109 deletions

View File

@@ -1,15 +1,15 @@
---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/helm.toolkit.fluxcd.io/helmrelease_v2beta2.json
# yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/main/charts/other/app-template/schemas/helmrelease-helm-v2beta2.schema.json
apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease
metadata:
name: atuin
name: &app atuin
spec:
interval: 30m
chart:
spec:
chart: app-template
version: 2.6.0
version: 3.0.4
sourceRef:
kind: HelmRepository
name: bjw-s
@@ -20,12 +20,13 @@ spec:
upgrade:
cleanupOnFail: true
remediation:
strategy: rollback
retries: 3
uninstall:
keepHistory: false
values:
controllers:
main:
atuin:
replicas: 2
strategy: RollingUpdate
annotations:
@@ -39,7 +40,7 @@ spec:
- secretRef:
name: atuin-secret
containers:
main:
app:
image:
repository: ghcr.io/atuinsh/atuin
tag: v18.1.0@sha256:c1245d9bbaf9ef1610a973750003d634d55e52ffb3e14caa9bb47c867e1f6c6e
@@ -52,11 +53,11 @@ spec:
ATUIN_METRICS__PORT: &metricsPort 8080
ATUIN_TLS__ENABLE: "false"
envFrom: *envFrom
args: ["server", "start"]
args: [server, start]
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
capabilities: { drop: ["ALL"] }
capabilities: { drop: [ALL] }
resources:
requests:
cpu: 10m
@@ -70,14 +71,16 @@ spec:
fsGroup: 568
fsGroupChangePolicy: OnRootMismatch
service:
main:
app:
controller: *app
ports:
http:
port: *port
metrics:
port: *metricsPort
serviceMonitor:
main:
app:
serviceName: *app
enabled: true
endpoints:
- port: metrics
@@ -88,7 +91,7 @@ spec:
ingress:
main:
enabled: true
className: "nginx"
className: nginx
annotations:
hajimari.io/icon: mdi:powershell
hosts:
@@ -96,7 +99,7 @@ spec:
paths:
- path: /
service:
name: main
identifier: app
port: http
tls:
- hosts: