Skip to content

Commit 9d21d60

Browse files
author
Omar Mohamed
committed
chore: bump chart
1 parent 87bb413 commit 9d21d60

File tree

8 files changed

+2
-2
lines changed

8 files changed

+2
-2
lines changed

Tiltfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ docker_build('nginx-ratelimits-operator', 'src', dockerfile='src/Dockerfile')
4242
# -------------------------------
4343
# 📦 Helm Deploy for Operator
4444
# -------------------------------
45-
k8s_yaml(local('helm template -f charts/values.local.yaml charts'))
45+
k8s_yaml(local('helm template -f charts/nginx-ratelimits-operator/values.local.yaml charts/nginx-ratelimits-operator'))
4646
# -------------------------------
4747
# 📦 Load supporting test YAMLs
4848
# -------------------------------

charts/Chart.yaml renamed to charts/nginx-ratelimits-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v2
22
name: nginx-ratelimits-operator
33
description: A Helm chart for deploying the Ratelimits Operator
44
type: application
5-
version: 1.4.7
5+
version: 1.4.8
File renamed without changes.

0 commit comments

Comments
 (0)