Skip to content

Commit

Permalink
Update cert-manager (#148)
Browse files Browse the repository at this point in the history
* Add cert-manager v1.8

* Update patch versions of cert-manager
  • Loading branch information
jtdoepke authored Apr 19, 2022
1 parent ad74662 commit 5c44d6f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions libs/cert-manager/config.jsonnet
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
local config = import 'jsonnet/config.jsonnet';
local versions = [
{ version: '1.7', tag: 'v1.7.1'},
{ version: '1.6', tag: 'v1.6.2'},
{ version: '1.8', tag: 'v1.8.0'},
{ version: '1.7', tag: 'v1.7.2'},
{ version: '1.6', tag: 'v1.6.3'},
{ version: '1.5', tag: 'v1.5.5'},
{ version: '1.4', tag: 'v1.4.4'},
{ version: '1.3', tag: 'v1.3.3'},
Expand Down

0 comments on commit 5c44d6f

Please sign in to comment.