Skip to content

Commit

Permalink
Revert "Revert "Switch to inputDigest tagger" (#136)"
Browse files Browse the repository at this point in the history
This reverts commit bc475ec.
  • Loading branch information
timebertt authored Feb 11, 2024
1 parent 7d3294e commit 0e3fb10
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hack/config/skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ kind: Config
metadata:
name: sharder
build:
tagPolicy:
inputDigest: {}
artifacts:
- image: ghcr.io/timebertt/kubernetes-controller-sharding/sharder
ko:
Expand Down Expand Up @@ -189,6 +191,8 @@ kind: Config
metadata:
name: shard
build:
tagPolicy:
inputDigest: {}
artifacts:
- image: ghcr.io/timebertt/kubernetes-controller-sharding/shard
ko:
Expand Down Expand Up @@ -277,6 +281,8 @@ kind: Config
metadata:
name: profiling
build:
tagPolicy:
inputDigest: {}
artifacts:
- image: ghcr.io/timebertt/kubernetes-controller-sharding/janitor
ko:
Expand Down
4 changes: 4 additions & 0 deletions webhosting-operator/skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ kind: Config
metadata:
name: webhosting-operator
build:
tagPolicy:
inputDigest: {}
artifacts:
- image: ghcr.io/timebertt/kubernetes-controller-sharding/webhosting-operator
ko:
Expand Down Expand Up @@ -104,6 +106,8 @@ profiles:
activation:
- env: EXPERIMENT_SCENARIO=.+
build:
tagPolicy:
inputDigest: {}
artifacts:
- image: ghcr.io/timebertt/kubernetes-controller-sharding/experiment
ko:
Expand Down

0 comments on commit 0e3fb10

Please sign in to comment.