-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
3,129 additions
and
889 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,8 +13,7 @@ jobs: | |
arch: | ||
- arch: amd64 | ||
runner: ubuntu-22.04 | ||
- arch: arm64 | ||
runner: [self-hosted, linux, ARM64, medium, jammy] | ||
|
||
runs-on: ${{ matrix.arch.runner }} | ||
steps: | ||
- name: Checkout | ||
|
@@ -33,7 +32,7 @@ jobs: | |
run: echo "charm_path=$(find . -name '*.charm' -type f -print)" >> $GITHUB_OUTPUT | ||
|
||
- name: Upload charm to Charmhub | ||
uses: canonical/charming-actions/[email protected].2 | ||
uses: canonical/charming-actions/[email protected].3 | ||
with: | ||
built-charm-path: ${{ steps.charm-path.outputs.charm_path }} | ||
credentials: "${{ secrets.CHARMCRAFT_AUTH }}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,26 @@ | ||
|
||
name: gocert-k8s | ||
name: notary-k8s | ||
type: charm | ||
title: GoCert | ||
title: Notary | ||
summary: Certificate management made easy | ||
|
||
description: | | ||
GoCert helps you manage certificate requests and their associated certificates. | ||
Charmed GoCert helps you automatically receive CSRs and distribute certificates to the applications | ||
Notary helps you manage certificate requests and their associated certificates. | ||
Charmed Notary helps you automatically receive CSRs and distribute certificates to the applications | ||
you've deployed in your model. | ||
links: | ||
documentation: https://discourse.charmhub.io/t/gocert-docs-index/15216 | ||
issues: | ||
- https://github.com/canonical/gocert-k8s-operator/issues | ||
- https://github.com/canonical/notary-k8s-operator/issues | ||
source: | ||
- https://github.com/canonical/gocert-k8s-operator | ||
- https://github.com/canonical/notary-k8s-operator | ||
website: | ||
- https://charmhub.io/gocert-k8s | ||
- https://charmhub.io/notary-k8s | ||
|
||
base: [email protected] | ||
platforms: | ||
amd64: | ||
|
||
provides: | ||
certificates: | ||
|
@@ -34,22 +37,14 @@ requires: | |
interface: ingress | ||
limit: 1 | ||
|
||
bases: | ||
- build-on: | ||
- name: ubuntu | ||
channel: "22.04" | ||
run-on: | ||
- name: ubuntu | ||
channel: "22.04" | ||
|
||
containers: | ||
gocert: | ||
resource: gocert-image | ||
notary: | ||
resource: notary-image | ||
mounts: | ||
- storage: config | ||
location: /etc/gocert/config | ||
location: /etc/notary/config | ||
- storage: database | ||
location: /var/lib/gocert/database | ||
location: /var/lib/notary/database | ||
|
||
storage: | ||
config: | ||
|
@@ -60,10 +55,10 @@ storage: | |
minimum-size: 1G | ||
|
||
resources: | ||
gocert-image: | ||
notary-image: | ||
type: oci-image | ||
description: OCI image for the 'GoCert' application | ||
upstream-source: ghcr.io/canonical/gocert:0.0.3 | ||
description: OCI image for the Notary application | ||
upstream-source: ghcr.io/canonical/notary:0.0.3 | ||
|
||
parts: | ||
charm: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.