Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
Generate images for component that do not have prod versions for rele…
Browse files Browse the repository at this point in the history
…ase (#3699)

* revert versions

* generate new images

* bump director version
  • Loading branch information
ivantenevvasilev authored Mar 1, 2024
1 parent 1a4c377 commit 97563d8
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 9 deletions.
4 changes: 2 additions & 2 deletions chart/compass/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ global:
name: compass-connectivity-adapter
pairing_adapter:
dir: dev/incubator/
version: "PR-3680"
version: "PR-3699"
name: compass-pairing-adapter
director:
dir: dev/incubator/
Expand All @@ -190,7 +190,7 @@ global:
name: compass-kyma-adapter
instance_creator:
dir: dev/incubator/
version: "PR-3680"
version: "PR-3699"
name: compass-instance-creator
default_tenant_mapping_handler:
dir: dev/incubator/
Expand Down
2 changes: 1 addition & 1 deletion components/instance-creator/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/google/uuid v1.3.1
github.com/gorilla/mux v1.8.0
github.com/jmoiron/sqlx v1.3.5
github.com/kyma-incubator/compass/components/director v0.0.0-20240228074947-02a81b1e3bf8
github.com/kyma-incubator/compass/components/director v0.0.0-20240301073936-1a4c377a3937
github.com/kyma-incubator/compass/components/hydrator v0.0.0-20240228074947-02a81b1e3bf8
github.com/lib/pq v1.10.9
github.com/pkg/errors v0.9.1
Expand Down
2 changes: 2 additions & 0 deletions components/instance-creator/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/kyma-incubator/compass/components/director v0.0.0-20240228074947-02a81b1e3bf8 h1:ZnKp4kFSCTrot/02j+BrLvqeFbBXo448hgtWm+knZ/I=
github.com/kyma-incubator/compass/components/director v0.0.0-20240228074947-02a81b1e3bf8/go.mod h1:WG/lUocX9lA2E3LPaI7Oqm8RZDmB46+jtft2SC0ScVY=
github.com/kyma-incubator/compass/components/director v0.0.0-20240301073936-1a4c377a3937 h1:Xl/jHKo5vduKaBjl9Viy6HkfOP2i70tqUgfx9cnEcuc=
github.com/kyma-incubator/compass/components/director v0.0.0-20240301073936-1a4c377a3937/go.mod h1:m2uughFQ1t+J24NGz5N3E87n6HHmT+qzsXlpzxHnjKY=
github.com/kyma-incubator/compass/components/hydrator v0.0.0-20240228074947-02a81b1e3bf8 h1:Ig4/5zfGADb7oCL6YQ4ZkHs4WADhPDYX+NcRWBPNxL4=
github.com/kyma-incubator/compass/components/hydrator v0.0.0-20240228074947-02a81b1e3bf8/go.mod h1:E8Wf/ZyWvi48YsKZT0O9AVWLJI41Eakfk5xHz1mLeK4=
github.com/kyma-incubator/compass/components/system-broker v0.0.0-20240228074947-02a81b1e3bf8 h1:/oXjEZTY5EVz2sI5WnZTaPT/DmOC3Npw8OT1TE/Vyz0=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/pairing-adapter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ require (
github.com/imdario/mergo v0.3.14 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/kyma-incubator/compass/components/director v0.0.0-20240228074947-02a81b1e3bf8
github.com/kyma-incubator/compass/components/director v0.0.0-20240301073936-1a4c377a3937
github.com/mailru/easyjson v0.7.7 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
Expand Down
2 changes: 2 additions & 0 deletions components/pairing-adapter/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/kyma-incubator/compass/components/director v0.0.0-20240228074947-02a81b1e3bf8 h1:ZnKp4kFSCTrot/02j+BrLvqeFbBXo448hgtWm+knZ/I=
github.com/kyma-incubator/compass/components/director v0.0.0-20240228074947-02a81b1e3bf8/go.mod h1:WG/lUocX9lA2E3LPaI7Oqm8RZDmB46+jtft2SC0ScVY=
github.com/kyma-incubator/compass/components/director v0.0.0-20240301073936-1a4c377a3937 h1:Xl/jHKo5vduKaBjl9Viy6HkfOP2i70tqUgfx9cnEcuc=
github.com/kyma-incubator/compass/components/director v0.0.0-20240301073936-1a4c377a3937/go.mod h1:m2uughFQ1t+J24NGz5N3E87n6HHmT+qzsXlpzxHnjKY=
github.com/kyma-incubator/compass/components/hydrator v0.0.0-20240228074947-02a81b1e3bf8 h1:Ig4/5zfGADb7oCL6YQ4ZkHs4WADhPDYX+NcRWBPNxL4=
github.com/kyma-incubator/compass/components/hydrator v0.0.0-20240228074947-02a81b1e3bf8/go.mod h1:E8Wf/ZyWvi48YsKZT0O9AVWLJI41Eakfk5xHz1mLeK4=
github.com/lestrrat-go/backoff/v2 v2.0.8 h1:oNb5E5isby2kiro9AgdHLv5N5tint1AnDVVf2E2un5A=
Expand Down
19 changes: 18 additions & 1 deletion components/pairing-adapter/internal/adapter/automock/HTTPDoer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 97563d8

Please sign in to comment.