Skip to content

Commit

Permalink
setup 0.8.0 (#966)
Browse files Browse the repository at this point in the history
  • Loading branch information
reginapizza committed Aug 21, 2023
1 parent 89825db commit 11299b7
Show file tree
Hide file tree
Showing 23 changed files with 24,282 additions and 79 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# To re-generate a bundle for another specific version without changing the standard setup, you can:
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= 0.7.0
VERSION ?= 0.8.0

# CHANNELS define the bundle channels used in the bundle.
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")
Expand Down
8 changes: 4 additions & 4 deletions bundle/manifests/argocd-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ metadata:
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/argoproj-labs/argocd-operator
support: Argo CD
name: argocd-operator.v0.7.0
name: argocd-operator.v0.8.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -1050,7 +1050,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: quay.io/argoprojlabs/argocd-operator:v0.7.0
image: quay.io/argoprojlabs/argocd-operator:v0.8.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -1136,5 +1136,5 @@ spec:
maturity: alpha
provider:
name: Argo CD Community
replaces: argocd-operator.v0.6.0
version: 0.7.0
replaces: argocd-operator.v0.7.0
version: 0.8.0
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/argoprojlabs/argocd-operator
newTag: v0.7.0
newTag: v0.8.0
Original file line number Diff line number Diff line change
Expand Up @@ -725,5 +725,5 @@ spec:
maturity: alpha
provider:
name: Argo CD Community
replaces: argocd-operator.v0.6.0
version: 0.7.0
replaces: argocd-operator.v0.7.0
version: 0.8.0
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
apiVersion: v1
apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
labels:
control-plane: argocd-operator
control-plane: controller-manager
name: argocd-operator-controller-manager-metrics-service
spec:
ports:
- name: https
port: 8443
targetPort: 8080
targetPort: https
selector:
control-plane: argocd-operator
control-plane: controller-manager
status:
loadBalancer: {}
loadBalancer: {}
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ data:
resourceName: b674928d.argoproj.io
kind: ConfigMap
metadata:
name: argocd-operator-manager-config
name: argocd-operator-manager-config
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ rules:
- nonResourceURLs:
- /metrics
verbs:
- get
- get
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,38 @@ spec:
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:fieldGroup:Controller
- urn:alm:descriptor:com.tectonic.ui:resourceRequirements
- description: Config is the dex connector configuration.
displayName: Configuration
path: dex.config
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:fieldGroup:Dex
- urn:alm:descriptor:com.tectonic.ui:text
- description: Image is the Dex container image.
displayName: Image
path: dex.image
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:fieldGroup:Dex
- urn:alm:descriptor:com.tectonic.ui:text
- description: OpenShiftOAuth enables OpenShift OAuth authentication for the
Dex server.
displayName: OpenShift OAuth Enabled'
path: dex.openShiftOAuth
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:fieldGroup:Dex
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
- description: Resources defines the Compute Resources required by the container
for Dex.
displayName: Resource Requirements'
path: dex.resources
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:fieldGroup:Dex
- urn:alm:descriptor:com.tectonic.ui:resourceRequirements
- description: Version is the Dex container image tag.
displayName: Version
path: dex.version
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:fieldGroup:Dex
- urn:alm:descriptor:com.tectonic.ui:text
- description: GAAnonymizeUsers toggles user IDs being hashed before sending
to google analytics.
displayName: Google Analytics Anonymize Users'
Expand Down Expand Up @@ -748,6 +780,17 @@ spec:
path: applicationSetController
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:text
- description: 'Dex is a simple, high-level summary of where the Argo CD Dex
component is in its lifecycle. There are four possible dex values: Pending:
The Argo CD Dex component has been accepted by the Kubernetes system, but
one or more of the required resources have not been created. Running: All
of the required Pods for the Argo CD Dex component are in a Ready state.
Failed: At least one of the Argo CD Dex component Pods had a failure. Unknown:
The state of the Argo CD Dex component could not be obtained.'
displayName: Dex
path: dex
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:text
- description: 'NotificationsController is a simple, high-level summary of where
the Argo CD notifications controller component is in its lifecycle. There
are four possible NotificationsController values: Pending: The Argo CD notifications
Expand Down Expand Up @@ -805,15 +848,12 @@ spec:
path: server
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:text
- description: 'SSO is a simple, high-level summary of where the Argo CD SSO(Dex/Keycloak)
component is in its lifecycle. There are four possible sso values: Pending:
The Argo CD SSO component has been accepted by the Kubernetes system, but
one or more of the required resources have not been created. Running: All
of the required Pods for the Argo CD SSO component are in a Ready state.
Failed: At least one of the Argo CD SSO component Pods had a failure. Unknown:
The state of the Argo CD SSO component could not be obtained.'
displayName: SSO
path: sso
- description: 'SSOConfig defines the status of SSO configuration. Success:
Only one SSO provider is configured in CR. Failed: SSO configuration is
illegal or more than one SSO providers are configured in CR. Unknown: The
SSO configuration could not be obtained.'
displayName: SSOConfig
path: ssoConfig
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:text
version: v1alpha1
Expand Down Expand Up @@ -964,7 +1004,6 @@ spec:
- monitoring.coreos.com
resources:
- prometheuses
- prometheusrules
- servicemonitors
verbs:
- '*'
Expand Down Expand Up @@ -1033,15 +1072,28 @@ spec:
replicas: 1
selector:
matchLabels:
control-plane: argocd-operator
control-plane: controller-manager
strategy: {}
template:
metadata:
labels:
control-plane: argocd-operator
control-plane: controller-manager
spec:
containers:
- args:
- --secure-listen-address=0.0.0.0:8443
- --upstream=http://127.0.0.1:8080/
- --logtostderr=true
- --v=10
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.8.0
name: kube-rbac-proxy
ports:
- containerPort: 8443
name: https
resources: {}
- args:
- --health-probe-bind-address=:8081
- --metrics-bind-address=127.0.0.1:8080
- --leader-elect
command:
- /manager
Expand All @@ -1050,7 +1102,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: quay.io/argoprojlabs/argocd-operator:v0.7.0
image: quay.io/argoprojlabs/argocd-operator@sha256:5541a1c2323016b767f53bcadf696ebd199903d2048f7bd2aee377a332ea5f2c
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -1137,4 +1189,4 @@ spec:
provider:
name: Argo CD Community
replaces: argocd-operator.v0.6.0
version: 0.7.0
version: 0.7.0
Original file line number Diff line number Diff line change
Expand Up @@ -1428,7 +1428,7 @@ spec:
as part of automated sync (default: false)'
type: boolean
selfHeal:
description: 'SelfHeal specifies whether to revert resources
description: 'SelfHeal specifes whether to revert resources
back to their desired state upon modification in the cluster
(default: false)'
type: boolean
Expand Down Expand Up @@ -1492,7 +1492,7 @@ spec:
conditions
items:
description: ApplicationCondition contains details about an application
condition, which is usually an error or warning
condition, which is usally an error or warning
properties:
lastTransitionTime:
description: LastTransitionTime is the time the condition was
Expand Down Expand Up @@ -2941,19 +2941,6 @@ spec:
syncResult:
description: SyncResult is the result of a Sync operation
properties:
managedNamespaceMetadata:
description: ManagedNamespaceMetadata contains the current
sync state of managed namespace metadata
properties:
annotations:
additionalProperties:
type: string
type: object
labels:
additionalProperties:
type: string
type: object
type: object
resources:
description: Resources contains a list of sync result items
for each individual resource in a sync operation
Expand Down Expand Up @@ -4362,4 +4349,4 @@ status:
kind: ""
plural: ""
conditions: null
storedVersions: null
storedVersions: null
Original file line number Diff line number Diff line change
Expand Up @@ -11581,4 +11581,4 @@ status:
kind: ""
plural: ""
conditions: null
storedVersions: null
storedVersions: null
Original file line number Diff line number Diff line change
Expand Up @@ -326,4 +326,4 @@ status:
kind: ""
plural: ""
conditions: null
storedVersions: null
storedVersions: null
Original file line number Diff line number Diff line change
Expand Up @@ -255,4 +255,4 @@ status:
kind: ""
plural: ""
conditions: []
storedVersions: []
storedVersions: []
Loading

0 comments on commit 11299b7

Please sign in to comment.