upgrade packages

This commit is contained in:
2025-03-02 20:28:30 -05:00
parent 4fd0c84d48
commit dfc22ce440
8 changed files with 56 additions and 26 deletions

View File

@@ -8,7 +8,7 @@ spec:
targetNamespace: cert-manager targetNamespace: cert-manager
repo: https://charts.jetstack.io repo: https://charts.jetstack.io
# https://artifacthub.io/packages/helm/cert-manager/cert-manager # https://artifacthub.io/packages/helm/cert-manager/cert-manager
version: 1.16.2 version: 1.17.1
valuesContent: |- valuesContent: |-
prometheus: prometheus:
enabled: true enabled: true

View File

@@ -19,6 +19,8 @@ spec:
requests: requests:
cpu: 200m cpu: 200m
memory: 256Mi memory: 256Mi
image:
tag: 1.23.4
gitea: gitea:
admin: admin:
existingSecret: gitea-admin-secret existingSecret: gitea-admin-secret
@@ -33,6 +35,10 @@ spec:
DISABLE_GRAVATAR: true DISABLE_GRAVATAR: true
actions: actions:
ENABLED: true ENABLED: true
actions:
enabled: true
provisioning:
enabled: true
service: service:
ssh: ssh:
port: 22 port: 22

View File

@@ -8,7 +8,7 @@ spec:
targetNamespace: ingress-nginx targetNamespace: ingress-nginx
repo: https://kubernetes.github.io/ingress-nginx repo: https://kubernetes.github.io/ingress-nginx
# https://artifacthub.io/packages/helm/ingress-nginx/ingress-nginx # https://artifacthub.io/packages/helm/ingress-nginx/ingress-nginx
version: 4.11.3 version: 4.12.0
valuesContent: |- valuesContent: |-
controller: controller:
metrics: metrics:
@@ -24,5 +24,7 @@ spec:
limits: limits:
cpu: 200m cpu: 200m
memory: 200Mi memory: 200Mi
extraArgs:
enable-ssl-passthrough: "true"
tcp: tcp:
22: git/gitea-ssh:22 22: git/gitea-ssh:22

View File

@@ -140,6 +140,9 @@ spec:
type: integer type: integer
nullable: true nullable: true
type: array type: array
supplementalGroupsPolicy:
nullable: true
type: string
sysctls: sysctls:
items: items:
properties: properties:
@@ -373,6 +376,6 @@ spec:
containers: containers:
- command: - command:
- helm-controller - helm-controller
image: rancher/helm-controller:v0.16.5 image: rancher/helm-controller:v0.16.6
name: helm-controller name: helm-controller
--- ---

View File

@@ -138,7 +138,7 @@ spec:
operator: "Exists" operator: "Exists"
containers: containers:
- name: node-cache - name: node-cache
image: registry.k8s.io/dns/k8s-dns-node-cache:1.24.0 image: registry.k8s.io/dns/k8s-dns-node-cache:1.25.0
resources: resources:
requests: requests:
cpu: 25m cpu: 25m

View File

@@ -7,7 +7,8 @@ spec:
chart: longhorn chart: longhorn
targetNamespace: longhorn-system targetNamespace: longhorn-system
repo: https://charts.longhorn.io repo: https://charts.longhorn.io
version: 1.7.2 # https://artifacthub.io/packages/helm/longhorn/longhorn
version: 1.8.0
valuesContent: |- valuesContent: |-
ingress: ingress:
enabled: true enabled: true

View File

@@ -8,7 +8,7 @@ spec:
targetNamespace: monitoring targetNamespace: monitoring
repo: https://prometheus-community.github.io/helm-charts repo: https://prometheus-community.github.io/helm-charts
# https://artifacthub.io/packages/helm/prometheus-community/kube-prometheus-stack # https://artifacthub.io/packages/helm/prometheus-community/kube-prometheus-stack
version: 67.5.0 version: 69.4.1
valuesContent: |- valuesContent: |-
grafana: grafana:
defaultDashboardsTimezone: "US/Eastern" defaultDashboardsTimezone: "US/Eastern"

View File

@@ -8,35 +8,53 @@ spec:
targetNamespace: monitoring targetNamespace: monitoring
repo: https://grafana.github.io/helm-charts repo: https://grafana.github.io/helm-charts
# https://artifacthub.io/packages/helm/grafana/loki # https://artifacthub.io/packages/helm/grafana/loki
version: 6.24.0 version: 6.27.0
valuesContent: |- valuesContent: |-
deploymentMode: SingleBinary
loki: loki:
auth_enabled: false
commonConfig: commonConfig:
replication_factor: 1 replication_factor: 1
serviceMonitor:
namespaceSelector:
any: true
storage:
type: 'filesystem'
schemaConfig: schemaConfig:
configs: configs:
- from: 2024-01-01 - from: "2024-04-01"
store: tsdb store: tsdb
index: object_store: s3
prefix: loki_index_ schema: v13
period: 24h index:
object_store: filesystem prefix: loki_index_
schema: v13 period: 24h
pattern_ingester:
enabled: true
limits_config:
allow_structured_metadata: true
volume_enabled: true
ruler:
enable_api: true
minio:
enabled: true
deploymentMode: SingleBinary
singleBinary: singleBinary:
replicas: 1 replicas: 1
persistence:
storageClass: longhorn
size: 64Gi
read:
replicas: 0
backend: backend:
replicas: 0 replicas: 0
read:
replicas: 0
write: write:
replicas: 0 replicas: 0
ingester:
replicas: 0
querier:
replicas: 0
queryFrontend:
replicas: 0
queryScheduler:
replicas: 0
distributor:
replicas: 0
compactor:
replicas: 0
indexGateway:
replicas: 0
bloomCompactor:
replicas: 0
bloomGateway:
replicas: 0