From 7cdc819bb33e47628aa626912255249952eb18c1 Mon Sep 17 00:00:00 2001 From: James Strong Date: Fri, 30 Apr 2021 18:37:02 -0400 Subject: [PATCH] fix typos --- charts/ingress-nginx/Chart.yaml | 2 +- charts/ingress-nginx/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/ingress-nginx/Chart.yaml b/charts/ingress-nginx/Chart.yaml index 78a682147..b35e4968f 100644 --- a/charts/ingress-nginx/Chart.yaml +++ b/charts/ingress-nginx/Chart.yaml @@ -1,4 +1,4 @@ -piVersion: v2 +apiVersion: v2 name: ingress-nginx # When the version is modified, make sure the artifacthub.io/changes list is updated # Also update CHANGELOG.md diff --git a/charts/ingress-nginx/values.yaml b/charts/ingress-nginx/values.yaml index 95726f236..b0d0e0153 100644 --- a/charts/ingress-nginx/values.yaml +++ b/charts/ingress-nginx/values.yaml @@ -12,7 +12,7 @@ controller: image: repository: k8s.gcr.io/ingress-nginx/controller tag: "v0.46.0" - digest: sha256:c4390c53f348c3bd4e60a5dd6a11c35799ae78c49388090140b9d72ccede1755 + digest: sha256:52f0058bed0a17ab0fb35628ba97e8d52b5d32299fbc03cc0f6c7b9ff036b61a pullPolicy: IfNotPresent # www-data -> uid 101 runAsUser: 101