Skip to content

Commit

Permalink
bump nginx and nginx-internal (#1065)
Browse files Browse the repository at this point in the history
Signed-off-by: Stavros Foteinopoulos <[email protected]>
  • Loading branch information
stafot authored Jul 26, 2024
1 parent 4756386 commit b4c29e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions internal/api/request_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ func TestNewCreateClusterRequestFromReader(t *testing.T) {
Provisioner: model.ProvisionerKops,
DesiredUtilityVersions: map[string]*model.HelmUtilityVersion{
"fluentbit": {Chart: "0.31.0", ValuesPath: ""},
"nginx": {Chart: "4.10.1", ValuesPath: ""},
"nginx-internal": {Chart: "4.10.1", ValuesPath: ""},
"nginx": {Chart: "4.11.1", ValuesPath: ""},
"nginx-internal": {Chart: "4.11.1", ValuesPath: ""},
"prometheus-operator": {Chart: "54.2.2", ValuesPath: ""},
"thanos": {Chart: "13.2.2", ValuesPath: ""},
"teleport": {Chart: "10.3.16", ValuesPath: ""},
Expand Down Expand Up @@ -100,8 +100,8 @@ func TestNewCreateClusterRequestFromReader(t *testing.T) {
Provisioner: model.ProvisionerKops,
DesiredUtilityVersions: map[string]*model.HelmUtilityVersion{
"fluentbit": {Chart: "0.31.0", ValuesPath: ""},
"nginx": {Chart: "4.10.1", ValuesPath: ""},
"nginx-internal": {Chart: "4.10.1", ValuesPath: ""},
"nginx": {Chart: "4.11.1", ValuesPath: ""},
"nginx-internal": {Chart: "4.11.1", ValuesPath: ""},
"prometheus-operator": {Chart: "54.2.2", ValuesPath: ""},
"thanos": {Chart: "13.2.2", ValuesPath: ""},
"teleport": {Chart: "10.3.16", ValuesPath: ""},
Expand Down
4 changes: 2 additions & 2 deletions model/cluster_utility.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@ var DefaultUtilityVersions map[string]*HelmUtilityVersion = map[string]*HelmUtil
// ThanosCanonicalName defines the default version and values path for the Helm chart
ThanosCanonicalName: {Chart: "13.2.2", ValuesPath: ""},
// NginxCanonicalName defines the default version and values path for the Helm chart
NginxCanonicalName: {Chart: "4.10.1", ValuesPath: ""},
NginxCanonicalName: {Chart: "4.11.1", ValuesPath: ""},
// NginxInternalCanonicalName defines the default version and values path for the Helm chart
NginxInternalCanonicalName: {Chart: "4.10.1", ValuesPath: ""},
NginxInternalCanonicalName: {Chart: "4.11.1", ValuesPath: ""},
// FluentbitCanonicalName defines the default version and values path for the Helm chart
FluentbitCanonicalName: {Chart: "0.31.0", ValuesPath: ""},
// TeleportCanonicalName defines the default version and values path for the Helm chart
Expand Down

0 comments on commit b4c29e4

Please sign in to comment.