Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
Kidswiss committed Sep 2, 2024
1 parent 53957cf commit da90f22
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 14 deletions.
4 changes: 2 additions & 2 deletions class/appcat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ parameters:
ref: ${appcat:images:appcat:tag}
- type: git
source: https://github.com/vshn/statefulset-resize-controller
output_path: ${_base_directory}/dependencies/appcat/manifests/statefulset-resize-controller/${appcat:images:statefulSetResizer:tag}
ref: ${appcat:images:statefulSetResizer:tag}
output_path: ${_base_directory}/dependencies/appcat/manifests/statefulset-resize-controller/${appcat:images:statefulset-resize-controller:tag}
ref: ${appcat:images:statefulset-resize-controller:tag}
- type: helm
source: ${appcat:charts:crossplane:source}
chart_name: crossplane
Expand Down
11 changes: 5 additions & 6 deletions class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ parameters:
tag: v0.11.4
provider-cloudscale:
registry: ghcr.io
repository: vshn/provider-cloudscale/provider
repository: vshn/provider-cloudscale
tag: v0.5.2
provider-minio:
registry: ghcr.io
repository: vshn/provider-minio/provider
repository: vshn/provider-minio
tag: v0.4.1
provider-sql:
registry: xpkg.upbound.io
Expand All @@ -48,10 +48,10 @@ parameters:
registry: ghcr.io
image: slok/sloth
tag: v0.11.0
statefulSetResizer:
registry: quay.io
statefulset-resize-controller:
registry: ghcr.io
repository: vshn/statefulset-resize-controller
tag: v0.3.0
tag: add/ci_improvements
appcat:
registry: ghcr.io
repository: vshn/appcat
Expand Down Expand Up @@ -81,7 +81,6 @@ parameters:
registry: docker.io
image: bitnami/kubectl
tag: '1.25.15'

=_crd_version: ${appcat:images:appcat:tag}

namespace: syn-appcat
Expand Down
2 changes: 1 addition & 1 deletion component/statefuleset-resize-controller.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ local kube = import 'lib/kube.libjsonnet';
local inv = kap.inventory();
local com = import 'lib/commodore.libjsonnet';
local params = inv.parameters.appcat;
local srcImage = params.images.statefulSetResizer;
local srcImage = std.get(params.images, 'statefulset-resize-controller');
local imageTag = std.strReplace(srcImage.tag, '/', '_');
local image = srcImage.registry + '/' + srcImage.repository + ':' + imageTag;
local stsParams = params.stsResizer;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
name: provider-cloudscale
name: provider-cloudscale
spec:
package: ghcr.io/vshn/provider-cloudscale/provider:v0.5.2
package: ghcr.io/vshn/provider-cloudscale:v0.5.2
runtimeConfigRef:
name: provider-cloudscale
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
name: provider-cloudscale
name: provider-cloudscale
spec:
package: ghcr.io/vshn/provider-cloudscale/provider:v0.5.2
package: ghcr.io/vshn/provider-cloudscale:v0.5.2
runtimeConfigRef:
name: provider-cloudscale
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
containers:
- args:
- --inplace
image: quay.io/vshn/statefulset-resize-controller:v0.3.0
image: ghcr.io/vshn/statefulset-resize-controller:add_ci_improvements
livenessProbe:
httpGet:
path: /healthz
Expand Down
2 changes: 1 addition & 1 deletion tests/golden/vshn/appcat/appcat/10_provider_minio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
name: provider-minio
name: provider-minio
spec:
package: ghcr.io/vshn/provider-minio/provider:v0.4.1
package: ghcr.io/vshn/provider-minio:v0.4.1
runtimeConfigRef:
name: provider-minio
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
containers:
- args:
- --inplace
image: quay.io/vshn/statefulset-resize-controller:v0.3.0
image: ghcr.io/vshn/statefulset-resize-controller:add_ci_improvements
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit da90f22

Please sign in to comment.