Skip to content

Commit

Permalink
Update helm chart snapshot oci://ghcr.io/nginxinc/charts/nginx-gatewa…
Browse files Browse the repository at this point in the history
…y-fabric (#148)

Update snapshot by helm-chartsnap-action 🤖

  CHART:  oci://ghcr.io/nginxinc/charts/nginx-gateway-fabric
  REPO:   
  VALUES: example/remote/nginx-gateway-fabric.values.yaml

Co-authored-by: GitHub <[email protected]>
  • Loading branch information
github-actions[bot] and web-flow authored Dec 25, 2024
1 parent f293c7f commit 08e1ac6
Showing 1 changed file with 32 additions and 23 deletions.
55 changes: 32 additions & 23 deletions example/remote/__snapshots__/nginx-gateway-fabric.values.snap
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# chartsnap: snapshot_version=v3
---
Pulled: ghcr.io/nginxinc/charts/nginx-gateway-fabric:1.5.0
Digest: sha256:eb0e858b87d3a64f3ef5b02beea1f03bae1d3c2674aeeee3c301aeed5783d0b2
Pulled: ghcr.io/nginxinc/charts/nginx-gateway-fabric:1.5.1
Digest: sha256:5a8e2fb46822c756dfe32af8bf9e09cd63808e4316b564c74c3d0afb3c828d45
---
# Source: nginx-gateway-fabric/templates/serviceaccount.yaml
apiVersion: v1
Expand All @@ -10,10 +10,10 @@ metadata:
name: chartsnap-nginx-gateway-fabric
namespace: nginx-gateway
labels:
helm.sh/chart: nginx-gateway-fabric-1.5.0
helm.sh/chart: nginx-gateway-fabric-1.5.1
app.kubernetes.io/name: nginx-gateway-fabric
app.kubernetes.io/instance: chartsnap
app.kubernetes.io/version: "1.5.0"
app.kubernetes.io/version: "1.5.1"
app.kubernetes.io/managed-by: Helm
---
# Source: nginx-gateway-fabric/templates/configmap.yaml
Expand All @@ -23,10 +23,10 @@ metadata:
name: nginx-includes-bootstrap
namespace: nginx-gateway
labels:
helm.sh/chart: nginx-gateway-fabric-1.5.0
helm.sh/chart: nginx-gateway-fabric-1.5.1
app.kubernetes.io/name: nginx-gateway-fabric
app.kubernetes.io/instance: chartsnap
app.kubernetes.io/version: "1.5.0"
app.kubernetes.io/version: "1.5.1"
app.kubernetes.io/managed-by: Helm
data:
main.conf: |
Expand All @@ -38,10 +38,10 @@ kind: ClusterRole
metadata:
name: chartsnap-nginx-gateway-fabric
labels:
helm.sh/chart: nginx-gateway-fabric-1.5.0
helm.sh/chart: nginx-gateway-fabric-1.5.1
app.kubernetes.io/name: nginx-gateway-fabric
app.kubernetes.io/instance: chartsnap
app.kubernetes.io/version: "1.5.0"
app.kubernetes.io/version: "1.5.1"
app.kubernetes.io/managed-by: Helm
rules:
- apiGroups:
Expand Down Expand Up @@ -153,10 +153,10 @@ kind: ClusterRoleBinding
metadata:
name: chartsnap-nginx-gateway-fabric
labels:
helm.sh/chart: nginx-gateway-fabric-1.5.0
helm.sh/chart: nginx-gateway-fabric-1.5.1
app.kubernetes.io/name: nginx-gateway-fabric
app.kubernetes.io/instance: chartsnap
app.kubernetes.io/version: "1.5.0"
app.kubernetes.io/version: "1.5.1"
app.kubernetes.io/managed-by: Helm
roleRef:
apiGroup: rbac.authorization.k8s.io
Expand All @@ -174,10 +174,10 @@ metadata:
name: chartsnap-nginx-gateway-fabric
namespace: nginx-gateway
labels:
helm.sh/chart: nginx-gateway-fabric-1.5.0
helm.sh/chart: nginx-gateway-fabric-1.5.1
app.kubernetes.io/name: nginx-gateway-fabric
app.kubernetes.io/instance: chartsnap
app.kubernetes.io/version: "1.5.0"
app.kubernetes.io/version: "1.5.1"
app.kubernetes.io/managed-by: Helm
annotations:
service.beta.kubernetes.io/aws-load-balancer-type: internal
Expand All @@ -204,10 +204,10 @@ metadata:
name: chartsnap-nginx-gateway-fabric
namespace: nginx-gateway
labels:
helm.sh/chart: nginx-gateway-fabric-1.5.0
helm.sh/chart: nginx-gateway-fabric-1.5.1
app.kubernetes.io/name: nginx-gateway-fabric
app.kubernetes.io/instance: chartsnap
app.kubernetes.io/version: "1.5.0"
app.kubernetes.io/version: "1.5.1"
app.kubernetes.io/managed-by: Helm
spec:
replicas: 1
Expand All @@ -225,16 +225,21 @@ spec:
prometheus.io/port: "9113"
spec:
initContainers:
- name: copy-nginx-config
image: ghcr.io/nginxinc/nginx-gateway-fabric:1.5.0
- name: init
image: ghcr.io/nginxinc/nginx-gateway-fabric:1.5.1
imagePullPolicy: IfNotPresent
command:
- /usr/bin/gateway
- copy
- initialize
- --source
- /includes/main.conf
- --destination
- /etc/nginx/main-includes
env:
- name: POD_UID
valueFrom:
fieldRef:
fieldPath: metadata.uid
securityContext:
seccompProfile:
type: RuntimeDefault
Expand Down Expand Up @@ -274,7 +279,11 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.name
image: ghcr.io/nginxinc/nginx-gateway-fabric:1.5.0
- name: POD_UID
valueFrom:
fieldRef:
fieldPath: metadata.uid
image: ghcr.io/nginxinc/nginx-gateway-fabric:1.5.1
imagePullPolicy: IfNotPresent
name: nginx-gateway
ports:
Expand Down Expand Up @@ -313,7 +322,7 @@ spec:
mountPath: /var/run/nginx
- name: nginx-includes
mountPath: /etc/nginx/includes
- image: ghcr.io/nginxinc/nginx-gateway-fabric/nginx:1.5.0
- image: ghcr.io/nginxinc/nginx-gateway-fabric/nginx:1.5.1
imagePullPolicy: IfNotPresent
name: nginx
ports:
Expand Down Expand Up @@ -378,10 +387,10 @@ kind: GatewayClass
metadata:
name: nginx
labels:
helm.sh/chart: nginx-gateway-fabric-1.5.0
helm.sh/chart: nginx-gateway-fabric-1.5.1
app.kubernetes.io/name: nginx-gateway-fabric
app.kubernetes.io/instance: chartsnap
app.kubernetes.io/version: "1.5.0"
app.kubernetes.io/version: "1.5.1"
app.kubernetes.io/managed-by: Helm
spec:
controllerName: gateway.nginx.org/nginx-gateway-controller
Expand All @@ -393,10 +402,10 @@ metadata:
name: chartsnap-config
namespace: nginx-gateway
labels:
helm.sh/chart: nginx-gateway-fabric-1.5.0
helm.sh/chart: nginx-gateway-fabric-1.5.1
app.kubernetes.io/name: nginx-gateway-fabric
app.kubernetes.io/instance: chartsnap
app.kubernetes.io/version: "1.5.0"
app.kubernetes.io/version: "1.5.1"
app.kubernetes.io/managed-by: Helm
spec:
logging:
Expand Down

0 comments on commit 08e1ac6

Please sign in to comment.