Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bundle snaps #200

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .github/workflows/update_snaps_revs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Copyright 2023 Canonical Ltd.
# See LICENSE file for licensing details.
name: Update bundle snaps

on:
workflow_dispatch:
push:

jobs:
update-bundle-snaps:
name: Update bundle snaps
uses: canonical/data-platform-workflows/.github/workflows/update_bundle_snaps.yaml@lucas/fetch-snap-rev
with:
path-to-snaps-file: releases/latest/snaps.yaml
path-to-bundle-file: releases/latest/postgresql-bundle.yaml
secrets:
token: ${{ secrets.PAT }}
19 changes: 19 additions & 0 deletions releases/latest/snaps.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
packages:
- name: charmed-pgbouncer
push_channel: 1/stable
revision: 16
- name: charmed-postgresql
push_channel: 14/stable
revision: 124
- name: core20
push_channel: latest/stable
revision: 2379
- name: core22
push_channel: latest/stable
revision: 1621
- name: grafana-agent
push_channel: latest/stable
revision: 82
- name: canonical-livepatch
push_channel: latest/stable
revision: 282