Skip to content

Commit

Permalink
use v0.1.0 instead of latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
hoptical committed Sep 30, 2023
1 parent e45fd11 commit 6f2d3fe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
context: .
platforms: linux/amd64
push: true
tags: ghcr.io/${{ github.repository }}:latest
tags: ghcr.io/${{ github.repository }}:v0.1.0
labels: ${{ steps.meta.outputs.labels }}
5 changes: 1 addition & 4 deletions catalog-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ metadata:
namespace: openshift-marketplace
spec:
displayName: SnappCloud-Hub
image: ghcr.io/snapp-incubator/snappcloud-hub:latest
image: ghcr.io/snapp-incubator/snappcloud-hub:v0.1.0
sourceType: grpc
grpcPodConfig:
securityContextConfig: restricted
updateStrategy:
registryPoll:
interval: 5m
3 changes: 2 additions & 1 deletion catalog/s3-operator/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ schema: olm.package
entries:
- name: s3-operator.v0.2.0
- name: s3-operator.v0.2.1
replaces: s3-operator.v0.2.0
skips:
- s3-operator.v0.2.0
name: candidate-v0
package: s3-operator
schema: olm.channel
Expand Down

0 comments on commit 6f2d3fe

Please sign in to comment.