Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Feb 5, 2024
1 parent e09af46 commit cb54a55
Show file tree
Hide file tree
Showing 18 changed files with 33 additions and 18 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ require (
kmodules.xyz/custom-resources v0.29.0
kmodules.xyz/go-containerregistry v0.0.12
kmodules.xyz/monitoring-agent-api v0.29.0
kmodules.xyz/resource-metadata v0.18.2-0.20240118152448-267a08d36cf0
kmodules.xyz/resource-metadata v0.18.2-0.20240205132124-d5898b9bd3c1
kmodules.xyz/resource-metrics v0.29.0
kmodules.xyz/sets v0.29.0
kubeops.dev/scanner v0.0.16
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -3456,8 +3456,8 @@ kmodules.xyz/monitoring-agent-api v0.29.0 h1:gpFl6OZrlMLb/ySMHdREI9EwGtnJ91oZBn9
kmodules.xyz/monitoring-agent-api v0.29.0/go.mod h1:iNbvaMTgVFOI5q2LJtGK91j4Dmjv4ZRiRdasGmWLKQI=
kmodules.xyz/offshoot-api v0.29.0 h1:GHLhxxT9jU1N8+FvOCCeJNyU5g0duYS46UGrs6AHNLY=
kmodules.xyz/offshoot-api v0.29.0/go.mod h1:5NxhBblXoDHWStx9HCDJR2KFTwYjEZ7i1Id3jelIunw=
kmodules.xyz/resource-metadata v0.18.2-0.20240118152448-267a08d36cf0 h1:AH4FZ4XybovFyuPi0GuOMibM/ID2DVumdmxqic3SpHs=
kmodules.xyz/resource-metadata v0.18.2-0.20240118152448-267a08d36cf0/go.mod h1:I9HeSgkshwzwUy0IDhp4yIfRFbFQJ21syeSf4NsB04o=
kmodules.xyz/resource-metadata v0.18.2-0.20240205132124-d5898b9bd3c1 h1:JShlx4SSVx6jwz4DHqgrkJhlFvIJk7KV5bLbMLolMZc=
kmodules.xyz/resource-metadata v0.18.2-0.20240205132124-d5898b9bd3c1/go.mod h1:I9HeSgkshwzwUy0IDhp4yIfRFbFQJ21syeSf4NsB04o=
kmodules.xyz/resource-metrics v0.29.0 h1:YBSVCbGdAugUqZK4igHu3fPhxvpYar4xejE6njryNM4=
kmodules.xyz/resource-metrics v0.29.0/go.mod h1:OuG/QobZ7o8GFHl/u3lqaUR0fDZDegxtV8Vdh+MNBD4=
kmodules.xyz/sets v0.29.0 h1:ZX/qOECzUob95JhhRtngJElHSlJ1UNNdwK4hTEy+nl0=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,21 @@ spec:
container: mariadb
help: |
show databases;
if:
condition: |
{{- if (hasPrefix "10." .spec.version) }}true{{ else }}false{{ end -}}
serviceNameTemplate: '{{- .metadata.name -}}'
- alias: Primary
command:
- bash
- -c
- mariadb -u"$MYSQL_ROOT_USERNAME" -p"$MYSQL_ROOT_PASSWORD"
container: mariadb
help: |
show databases;
if:
condition: |
{{- if (hasPrefix "10." .spec.version) }}false{{ else }}true{{ end -}}
serviceNameTemplate: '{{- .metadata.name -}}'
resource:
group: kubedb.com
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ spec:
view:
name: appcatalog.appscode.com-v1alpha1-appbindings-kubedb
- actions:
create: Always
create: Never
displayMode: List
kind: Connection
name: VaultServers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ spec:
view:
name: appcatalog.appscode.com-v1alpha1-appbindings-kubedb
- actions:
create: Always
create: Never
displayMode: List
kind: Connection
name: VaultServers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ spec:
view:
name: appcatalog.appscode.com-v1alpha1-appbindings-kubedb
- actions:
create: Always
create: Never
displayMode: List
kind: Connection
name: VaultServers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ spec:
view:
name: appcatalog.appscode.com-v1alpha1-appbindings-kubedb
- actions:
create: Always
create: Never
displayMode: List
kind: Connection
name: VaultServers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ spec:
view:
name: appcatalog.appscode.com-v1alpha1-appbindings-kubedb
- actions:
create: Always
create: Never
displayMode: List
kind: Connection
name: VaultServers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ spec:
view:
name: appcatalog.appscode.com-v1alpha1-appbindings-kubedb
- actions:
create: Always
create: Never
displayMode: List
kind: Connection
name: VaultServers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
{{ if list "Pending" | has $status }}
{{ $color = "gray" }}
{{ else if list "Progressing" | has $status }}
{{ $color = "primary" }}
{{ $color = "info" }}
{{ else if list "Successful" | has $status }}
{{ $color = "success" }}
{{ else if list "WaitingForApproval" | has $status }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
{{ if list "Pending" | has $status }}
{{ $color = "gray" }}
{{ else if list "Progressing" | has $status }}
{{ $color = "primary" }}
{{ $color = "info" }}
{{ else if list "Successful" | has $status }}
{{ $color = "success" }}
{{ else if list "WaitingForApproval" | has $status }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
{{ if list "Pending" | has $status }}
{{ $color = "gray" }}
{{ else if list "Progressing" | has $status }}
{{ $color = "primary" }}
{{ $color = "info" }}
{{ else if list "Successful" | has $status }}
{{ $color = "success" }}
{{ else if list "WaitingForApproval" | has $status }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
{{ if list "Pending" | has $status }}
{{ $color = "gray" }}
{{ else if list "Progressing" | has $status }}
{{ $color = "primary" }}
{{ $color = "info" }}
{{ else if list "Successful" | has $status }}
{{ $color = "success" }}
{{ else if list "WaitingForApproval" | has $status }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
{{ if list "Pending" | has $status }}
{{ $color = "gray" }}
{{ else if list "Progressing" | has $status }}
{{ $color = "primary" }}
{{ $color = "info" }}
{{ else if list "Successful" | has $status }}
{{ $color = "success" }}
{{ else if list "WaitingForApproval" | has $status }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
{{ if list "Pending" | has $status }}
{{ $color = "gray" }}
{{ else if list "Progressing" | has $status }}
{{ $color = "primary" }}
{{ $color = "info" }}
{{ else if list "Successful" | has $status }}
{{ $color = "success" }}
{{ else if list "WaitingForApproval" | has $status }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
{{ if list "Pending" | has $status }}
{{ $color = "gray" }}
{{ else if list "Progressing" | has $status }}
{{ $color = "primary" }}
{{ $color = "info" }}
{{ else if list "Successful" | has $status }}
{{ $color = "success" }}
{{ else if list "WaitingForApproval" | has $status }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
{{ if list "Pending" | has $status }}
{{ $color = "gray" }}
{{ else if list "Progressing" | has $status }}
{{ $color = "primary" }}
{{ $color = "info" }}
{{ else if list "Successful" | has $status }}
{{ $color = "success" }}
{{ else if list "WaitingForApproval" | has $status }}
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1952,7 +1952,7 @@ kmodules.xyz/monitoring-agent-api/client
# kmodules.xyz/offshoot-api v0.29.0
## explicit; go 1.21.5
kmodules.xyz/offshoot-api/api/v1
# kmodules.xyz/resource-metadata v0.18.2-0.20240118152448-267a08d36cf0
# kmodules.xyz/resource-metadata v0.18.2-0.20240205132124-d5898b9bd3c1
## explicit; go 1.21.5
kmodules.xyz/resource-metadata/apis/core/install
kmodules.xyz/resource-metadata/apis/core/v1alpha1
Expand Down

0 comments on commit cb54a55

Please sign in to comment.