Skip to content

Commit

Permalink
chore: skr iprange crd bump version (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmilos77 authored Jul 10, 2024
2 parents 598ee63 + 8dd2de1 commit 7c6101c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.13.0
cloud-resources.kyma-project.io/version: v0.0.2
cloud-resources.kyma-project.io/version: v0.1.0
name: ipranges.cloud-resources.kyma-project.io
spec:
group: cloud-resources.kyma-project.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.13.0
cloud-resources.kyma-project.io/version: v0.0.2
cloud-resources.kyma-project.io/version: v0.1.0
name: ipranges.cloud-resources.kyma-project.io
spec:
group: cloud-resources.kyma-project.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.13.0
cloud-resources.kyma-project.io/version: v0.0.2
cloud-resources.kyma-project.io/version: v0.1.0
name: ipranges.cloud-resources.kyma-project.io
spec:
group: cloud-resources.kyma-project.io
Expand Down
2 changes: 1 addition & 1 deletion config/patchAfterMakeManifests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )

echo "Patching CRDs..."

yq -i '.metadata.annotations."cloud-resources.kyma-project.io/version" = "v0.0.2"' $SCRIPT_DIR/crd/bases/cloud-resources.kyma-project.io_ipranges.yaml
yq -i '.metadata.annotations."cloud-resources.kyma-project.io/version" = "v0.1.0"' $SCRIPT_DIR/crd/bases/cloud-resources.kyma-project.io_ipranges.yaml
yq -i '.metadata.annotations."cloud-resources.kyma-project.io/version" = "v0.0.2"' $SCRIPT_DIR/crd/bases/cloud-resources.kyma-project.io_awsnfsvolumes.yaml
yq -i '.metadata.annotations."cloud-resources.kyma-project.io/version" = "v0.0.2"' $SCRIPT_DIR/crd/bases/cloud-resources.kyma-project.io_gcpnfsvolumes.yaml

0 comments on commit 7c6101c

Please sign in to comment.