Commit e9474d60 authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Merge branch '196765-bump-ingress-to-1-29' into 'master'

Bump Ingress Managed App helm chart to 1.29.3

See merge request gitlab-org/gitlab!23461
parents 0bb6cab4 c9b44fd2
......@@ -3,7 +3,7 @@
module Clusters
module Applications
class Ingress < ApplicationRecord
VERSION = '1.22.1'
VERSION = '1.29.3'
MODSECURITY_LOG_CONTAINER_NAME = 'modsecurity-log'
self.table_name = 'clusters_applications_ingress'
......
---
title: Bump ingress managed app chart to 1.29.3
merge_request: 23461
author:
type: changed
......@@ -102,7 +102,7 @@ describe Clusters::Applications::Ingress do
it 'is initialized with ingress arguments' do
expect(subject.name).to eq('ingress')
expect(subject.chart).to eq('stable/nginx-ingress')
expect(subject.version).to eq('1.22.1')
expect(subject.version).to eq('1.29.3')
expect(subject).to be_rbac
expect(subject.files).to eq(ingress.files)
end
......@@ -119,7 +119,7 @@ describe Clusters::Applications::Ingress do
let(:ingress) { create(:clusters_applications_ingress, :errored, version: 'nginx') }
it 'is initialized with the locked version' do
expect(subject.version).to eq('1.22.1')
expect(subject.version).to eq('1.29.3')
end
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment