Skip to content

Commit

Permalink
feat(edp-keycloak): add version until 1.22.0 (#437)
Browse files Browse the repository at this point in the history
* style(edp-keycloak): format config

* feat(edp-keycloak): add version until 1.22.0

This commit adds all versions of the edp keycloak operator from version 1.18.2
to 1.22.0.
  • Loading branch information
walnuss0815 authored Aug 4, 2024
1 parent 65fff9b commit e077343
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions libs/edp-keycloak-operator/config.jsonnet
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
local config = import 'jsonnet/config.jsonnet';

local versions = [
{output: '1.15.0', version:'v1.15.0'},
{output: '1.17.0', version:'v1.17.0'},
{output: '1.18.1', version:'v1.18.1'}
{ output: '1.15.0', version: 'v1.15.0' },
{ output: '1.17.0', version: 'v1.17.0' },
{ output: '1.18.1', version: 'v1.18.1' },
{ output: '1.18.2', version: 'v1.18.2' },
{ output: '1.19.0', version: 'v1.19.0' },
{ output: '1.20.0', version: 'v1.20.0' },
{ output: '1.21.0', version: 'v1.21.0' },
{ output: '1.22.0', version: 'v1.22.0' },
];

config.new(
Expand Down

0 comments on commit e077343

Please sign in to comment.