Skip to content

Commit 87bb413

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

File tree

11 files changed

+5
-5
lines changed

11 files changed

+5
-5
lines changed

.cr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
owner: omarfawzi
22
repo: Nginx-Ratelimits-Operator
3-
charts_dir: manifests
3+
charts_dir: charts
44
release_name_template: "{{ .Name }}-{{ .Version }}"

.github/workflows/chart-releaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
uses: helm/chart-releaser-action@v1.7.0
2626
with:
2727
config: .cr.yaml
28-
charts_dir: manifests
28+
charts_dir: charts
2929
env:
3030
CR_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
fi
5858
5959
- name: Helm Lint
60-
run: helm lint manifests
60+
run: helm lint charts
6161

6262
- name: Log in to GitHub Container Registry (GHCR)
6363
uses: docker/login-action@v3

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 manifests/values.local.yaml manifests'))
45+
k8s_yaml(local('helm template -f charts/values.local.yaml charts'))
4646
# -------------------------------
4747
# 📦 Load supporting test YAMLs
4848
# -------------------------------
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.6
5+
version: 1.4.7

0 commit comments

Comments
 (0)