Skip to content

Commit

Permalink
change helmrelease apiversion back (#69)
Browse files Browse the repository at this point in the history
out mutations and constrains provent us from upgradeing until they are
updated
  • Loading branch information
netic-rkm authored Aug 27, 2024
1 parent 46f0934 commit 8df28fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/aoi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: aoi
description: A Helm chart for Netic application operations infrastructure
type: application
version: 0.1.17
version: 0.1.18
dependencies:
- name: grafana
version: 7.3.7
Expand Down
2 changes: 1 addition & 1 deletion charts/aoi/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# aoi

![Version: 0.1.17](https://img.shields.io/badge/Version-0.1.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.1.18](https://img.shields.io/badge/Version-0.1.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

A Helm chart for Netic application operations infrastructure

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{- if .Values.alerting.enabled }}
{{- range $i, $namespace := (include "aoi.alerting.namespaces" . | fromJsonArray) }}
---
apiVersion: helm.toolkit.fluxcd.io/v2
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: victoria-metrics-alert
Expand Down Expand Up @@ -113,7 +113,7 @@ spec:
mountPath: /etc/email-password
extraVolumes:
- name: email-password
secret:
secret:
optional: true
secretName: aoi-alertmanager-email-password
{{- end }}
Expand Down

0 comments on commit 8df28fa

Please sign in to comment.