Skip to content

Commit

Permalink
feat: updated grafana agent creds in helm chart
Browse files Browse the repository at this point in the history
Signed-off-by: Armin Schlegel <armin.schlegel@gmx.de>
  • Loading branch information
siredmar committed May 9, 2023
1 parent 862c84f commit 8d7d51b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- completed

jobs:
release:
on-success:
name: Release
runs-on: ubuntu-latest
steps:
Expand All @@ -35,7 +35,7 @@ jobs:
#!/bin/bash
set -e
# add more plugins: https://semantic-release.gitbook.io/semantic-release/extending/plugins-list
npm install @edgefarm/semantic-release-helm-oci -D
npm install @semantic-release/github @edgefarm/semantic-release-helm-oci -D
# the ... || true is to prevent the script from failing caused by a bug in semantic-release regarding
# rate limit changes on github. See https://github.com/semantic-release/github/pull/487
npx -c semantic-release || true
4 changes: 2 additions & 2 deletions charts/grafana-agent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apiVersion: v2
appVersion: 0.1.0
description: A Helm chart for Grafana Agent Operator running in a EdgeFarm cluster
description: A Helm chart for Grafana Agent running in a EdgeFarm cluster
home: https://github.com/edgefarm/edgefarm.monitor/tree/beta/charts/grafana-agent
icon: https://raw.githubusercontent.com/grafana/agent/v0.28.0/docs/sources/assets/logo_and_name.png
maintainers:
- email: armin.schlegel@gmx.de
name: Armin Schlegel
name: grafana-agent-operator
name: grafana-agent
sources:
- https://github.com/edgefarm/edgefarm.monitor/tree/beta/charts/grafana-agent
type: application
Expand Down
8 changes: 4 additions & 4 deletions charts/grafana-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,13 @@ extraEnvs:
- name: MIMIR_AGENT_USERNAME
valueFrom:
secretKeyRef:
name: mimir-remote-write-credentials
key: secret
name: mimir-agent-creds
key: mimirAgentUsername
- name: MIMIR_AGENT_PASSWORD
valueFrom:
secretKeyRef:
name: mimir-remote-write-credentials
key: secret
name: mimir-agent-creds
key: mimirAgentPassword

# -- Resource limits and requests config
resources: {}
Expand Down

0 comments on commit 8d7d51b

Please sign in to comment.