Skip to content

Commit

Permalink
Rename everything to "digizuite"
Browse files Browse the repository at this point in the history
  • Loading branch information
zlepper committed Jun 9, 2023
1 parent 9f9d7db commit 92458a9
Show file tree
Hide file tree
Showing 14 changed files with 646 additions and 638 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,16 @@ jobs:
docker:
runs-on: ubuntu-latest
steps:
-
name: Checkout
- name: Checkout
uses: actions/checkout@v3
-
name: Docker meta

- name: Docker meta
id: meta
uses: docker/metadata-action@v4
with:
# list of Docker images to use as base name for tags
images: |
zlepper/sftpgo-k8s-operator
ghcr.io/digizuite/sftpgo-k8s-operator
# generate Docker tags based on the following events/attributes
tags: |
type=schedule
Expand All @@ -50,18 +49,19 @@ jobs:
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=sha
-
name: Set up Docker Buildx
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
-
name: Login to Docker Hub

- name: Login to Docker Hub
if: github.event_name != 'pull_request'
uses: docker/login-action@v2
with:
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v4
with:
context: .
Expand Down
6 changes: 3 additions & 3 deletions charts/sftpgo-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apiVersion: v2
appVersion: 2.5.0
description: An operator for Managing Sftpgo
home: https://github.com/zlepper/sftpgo-k8s-operator
home: https://github.com/digizuite/sftpgo-k8s-operator
keywords:
- operator
- sftpgo
kubeVersion: ">= 1.25.0-0"
name: sftpgo-operator
sources:
- https://github.com/zlepper/sftpgo-k8s-operator
version: 0.1.4
- https://github.com/digizuite/sftpgo-k8s-operator
version: 0.1.5
icon: https://sftpgo.com/assets/img/logo.png
Loading

0 comments on commit 92458a9

Please sign in to comment.