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

Adapt netbox to paas-app-charmer 1.3.1 #38

Merged
merged 8 commits into from
Oct 11, 2024
Merged
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
7 changes: 3 additions & 4 deletions .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ jobs:
extra-arguments: -x --localstack-address 172.17.0.1
pre-run-script: ./charm/localstack-installation.sh
trivy-image-config: "trivy.yaml"
juju-channel: 3.1/stable
channel: 1.28-strict/stable
juju-channel: 3.5/stable
channel: 1.31-strict/stable
rockcraft-channel: latest/edge
charmcraft-repository: jdkandersson/charmcraft
charmcraft-ref: feature/12f
charmcraft-channel: latest/edge
charm-directory: "charm"
6 changes: 5 additions & 1 deletion .github/workflows/publish_charm.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
name: Publish to edge

on:
workflow_dispatch:
push:
branches:
- main
- track/*

jobs:
publish-to-edge:
uses: canonical/operator-workflows/.github/workflows/publish_charm.yaml@main
secrets: inherit
with:
channel: latest/edge
charmcraft-channel: "latest/edge"
resource-mapping: '{"netbox": "django-app-image"}'
4 changes: 2 additions & 2 deletions charm/cloudinit-juju-3.1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ packages:

snap:
commands:
- snap install juju --channel=3.1/stable
- snap install microk8s --channel 1.29-strict/stable
- snap install juju --channel=3.5/stable
- snap install microk8s --channel 1.31-strict/stable
- snap alias microk8s.kubectl kubectl
- snap alias microk8s.kubectl k
- snap install yq
Expand Down
Loading
Loading