Skip to content

Commit

Permalink
Update teleport-operator versions
Browse files Browse the repository at this point in the history
Adds:

- 13.0 (from 13.0.4)
- 13.1 (from 13.1.5)
- 13.2 (from 13.2.3)

This brings in a couple new resources:

- teleportprovisiontokens.resources.teleport.dev (added in 13.0)
- teleportoktaimportrules.resources.teleport.dev (added in 13.2)
  • Loading branch information
daniel-benton-skydio committed Jul 21, 2023
1 parent d4046e5 commit 2146921
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libs/teleport-operator/config.jsonnet
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
local config = import 'jsonnet/config.jsonnet';
local versions = ['12.2.2'];
local versions = ['12.2.2', '13.0.4', '13.1.5', '13.2.3'];
local manifests = [
'resources.teleport.dev_githubconnectors.yaml',
'resources.teleport.dev_loginrules.yaml',
'resources.teleport.dev_oidcconnectors.yaml',
'resources.teleport.dev_roles.yaml',
'resources.teleport.dev_samlconnectors.yaml',
'resources.teleport.dev_users.yaml',
'resources.teleport.dev_provisiontokens.yaml', # added in 13.0
'resources.teleport.dev_oktaimportrules.yaml', # added in 13.2
];

config.new(
Expand Down

0 comments on commit 2146921

Please sign in to comment.