Compare commits

..

No commits in common. "2d4c95f5b60129f5fb333e308bde168c25a55284" and "62e206b4abb5a7155806d24f31bf26733fe9d92e" have entirely different histories.

3 changed files with 1 additions and 38 deletions

View file

@ -5,7 +5,6 @@ metadata:
spec:
chart: authentik
repo: https://charts.goauthentik.io
version: 2025.4.0
targetNamespace: auth
createNamespace: true
valuesContent: |-

View file

@ -1,11 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: image
newName: docker.io/apache/tika
newTag: 3.1.0.0
transformers:
- |-
apiVersion: builtin
@ -21,36 +16,6 @@ resources:
- extra/gatus-endpoints.yaml
replacements:
- source:
kind: Deployment
name: app
fieldPath: spec.template.spec.containers.0.image
options:
delimiter: ":"
index: 1
targets:
- select:
kind: Deployment
name: app
options:
create: true
fieldPaths:
- spec.template.metadata.labels.version
- source:
kind: Deployment
name: app
fieldPath: metadata.labels.app
options:
delimiter: ":"
index: 0
targets:
- select:
kind: Deployment
name: app
options:
create: true
fieldPaths:
- spec.template.metadata.labels.app
- source:
kind: Deployment
name: app
@ -82,4 +47,3 @@ labels:
app.kubernetes.io/appName: tika
- pairs:
app.kubernetes.io/appNamespace: core
app: tika

View file

@ -7,7 +7,7 @@ spec:
spec:
containers:
- name: tika
image: image
image: docker.io/apache/tika:3.1.0.0
imagePullPolicy: IfNotPresent
ports:
- containerPort: 9998