Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kashalls committed Dec 30, 2023
2 parents 6458c5f + 58639ab commit c5cd52a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
packages: write
steps:
- name: Generate Token
uses: actions/create-github-app-token@v1
uses: actions/create-github-app-token@2986852ad836768dfea7781f31828eb3e17990fa # v1
id: app-token
with:
app-id: "${{ secrets.BOT_APP_ID }}"
private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"

- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
token: "${{ steps.app-token.outputs.token }}"

Expand All @@ -36,7 +36,7 @@ jobs:
run: brew install fluxcd/tap/flux

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3
with:
registry: ghcr.io
username: "${{ github.actor }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
main:
image:
repository: ghcr.io/onedr0p/home-assistant
tag: 2023.12.3@sha256:4de48fcfd5a5bc1b90ca1803c70d550d5cbe1f75eb5d86f8b7cc11da1010acfa
tag: 2023.12.4@sha256:fbf40169fd70409280bfce460be144a2f49e1bb9f3350e3f775e308bd3379885
env:
TZ: America/Los_Angeles
POSTGRES_HOST: postgres-rw.database.svc.cluster.local
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: prometheus-node-exporter
version: 4.24.0
version: 4.25.0
sourceRef:
kind: HelmRepository
name: prometheus-community
Expand Down

0 comments on commit c5cd52a

Please sign in to comment.