This repository was archived by the owner on Jul 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 558
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1301 from mmatur/feature/upgrade-traefikee-community
Upgrade traefikee-operator to version v2.0.2
- Loading branch information
Showing
3 changed files
with
352 additions
and
3 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
community-operators/traefikee-operator/2.0.2/containo.us_traefikees_crd.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
apiVersion: apiextensions.k8s.io/v1beta1 | ||
kind: CustomResourceDefinition | ||
metadata: | ||
name: traefikees.containo.us | ||
spec: | ||
group: containo.us | ||
names: | ||
kind: Traefikee | ||
listKind: TraefikeeList | ||
plural: traefikees | ||
singular: traefikee | ||
scope: Namespaced | ||
subresources: | ||
status: {} | ||
version: v1alpha1 | ||
versions: | ||
- name: v1alpha1 | ||
served: true | ||
storage: true |
328 changes: 328 additions & 0 deletions
328
...y-operators/traefikee-operator/2.0.2/traefikee-operator.v2.0.2.clusterserviceversion.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
7 changes: 4 additions & 3 deletions
7
community-operators/traefikee-operator/traefikee-operator.package.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
--- | ||
channels: | ||
- currentCSV: traefikee-operator.v0.4.1 | ||
name: alpha | ||
defaultChannel: alpha | ||
- currentCSV: traefikee-operator.v2.0.2 | ||
name: stable | ||
defaultChannel: stable | ||
packageName: traefikee-operator |