Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1301 from mmatur/feature/upgrade-traefikee-community
Browse files Browse the repository at this point in the history
Upgrade traefikee-operator to version v2.0.2
  • Loading branch information
J0zi authored Mar 5, 2020
2 parents 8ec3cc8 + c1b854a commit 905ec2f
Show file tree
Hide file tree
Showing 3 changed files with 352 additions and 3 deletions.
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

Large diffs are not rendered by default.

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

0 comments on commit 905ec2f

Please sign in to comment.