1 Commits

Author SHA1 Message Date
Renovate Bot
8dfd64822c Update docker.io/swaggerapi/swagger-ui Docker tag to v5.29.4 2025-10-11 06:03:23 +00:00
3 changed files with 7 additions and 3 deletions

View File

@@ -12,19 +12,21 @@ spec:
type: ClusterIP type: ClusterIP
--- ---
apiVersion: v1 apiVersion: v1
kind: Endpoints kind: Endpoints
metadata: metadata:
name: n8n name: n8n
subsets: subsets:
- addresses: - addresses:
- ip: 192.168.21.200 - ip: 192.168.20.104
ports: ports:
- name: app - name: app
port: 5678 port: 5678
protocol: TCP protocol: TCP
--- ---
apiVersion: traefik.io/v1alpha1 apiVersion: traefik.io/v1alpha1
kind: IngressRoute kind: IngressRoute
metadata: metadata:
@@ -43,6 +45,7 @@ spec:
secretName: n8n-tls secretName: n8n-tls
--- ---
apiVersion: cert-manager.io/v1 apiVersion: cert-manager.io/v1
kind: Certificate kind: Certificate
metadata: metadata:
@@ -57,6 +60,7 @@ spec:
- "n8n.durp.info" - "n8n.durp.info"
--- ---
kind: Service kind: Service
apiVersion: v1 apiVersion: v1
metadata: metadata:

View File

@@ -719,7 +719,7 @@ openclarity:
# -- Swagger UI container repository # -- Swagger UI container repository
repository: swaggerapi/swagger-ui repository: swaggerapi/swagger-ui
# -- Swagger UI container tag # -- Swagger UI container tag
tag: v5.26.2 tag: v5.29.4
# -- Swagger UI image digest. If set will override the tag. # -- Swagger UI image digest. If set will override the tag.
digest: "" digest: ""
# -- Swagger UI image pull policy # -- Swagger UI image pull policy

View File

@@ -8,4 +8,4 @@ appVersion: 0.0.1
dependencies: dependencies:
- name: gatekeeper - name: gatekeeper
repository: https://open-policy-agent.github.io/gatekeeper/charts repository: https://open-policy-agent.github.io/gatekeeper/charts
version: 3.21.0 version: 3.19.2