diff --git a/README.md b/README.md index 51c2e8ba0..c8bf373df 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ The site is automatically deployed when commits are merged/pushed in `master`, h 2. Run `docker-compose up` 3. Open `http://localhost:3131` in your browser, and voila! +To compile scss files into css run the command `npm run css` or in the live mode `npm run watch-css`. +To compile js files into a bundle run the command `npm run js` or in the live mode `npm run watch-js`. +Node version `9.11.2` + ### Preview documentation locally (Legacy method) 1. Install Ruby, `bundler`, `jekyll` and other Ruby dependencies with `bundle install`. diff --git a/_data/home-content.yml b/_data/home-content.yml index 4bf03991b..383ef8782 100644 --- a/_data/home-content.yml +++ b/_data/home-content.yml @@ -9,7 +9,7 @@ - title: Kubernetes Quick start guide localurl: /docs/getting-started/deployment-to-kubernetes-quick-start-guide/ - title: Helm Quick start guide - localurl: /docs/getting-started/helm-quick-start-guide/ + localurl: /docs/getting-started/helm-quick-start-guide/ - title: Frequently Asked Questions localurl: /docs/getting-started/faq/ @@ -201,6 +201,9 @@ icon: images/home-icons/cloud-integrations.png url: '' links: + - title: Codefresh Hosted GitOps + new: true + localurl: /docs/integrations/codefresh-hosted-gitops/ - title: Git Providers localurl: /docs/integrations/git-providers/ - title: Kubernetes diff --git a/_data/nav.yml b/_data/nav.yml index 13371aae0..af4466ff3 100644 --- a/_data/nav.yml +++ b/_data/nav.yml @@ -2,13 +2,14 @@ pages: - title: Create a Codefresh Account - title: Create a Basic Pipeline - - title: Frequently Asked Questions - url: "/https/github.com/faq" - title: On-demand environments - title: Deployment to Kubernetes url: "/https/github.com/deployment-to-kubernetes-quick-start-guide" - title: Deployment to Kubernetes with Helm url: "/https/github.com/helm-quick-start-guide" + - title: Frequently Asked Questions + url: "/https/github.com/faq" + - title: Configure a CI/CD pipeline url: "/https/github.com/configure-ci-cd-pipeline" @@ -383,7 +384,9 @@ - title: Integrations url: "/https/github.com/integrations" - pages: + pages: + - title: Codefresh Hosted GitOps + url: "/https/github.com/codefresh-hosted-gitops" - title: Git Providers url: "/https/github.com/git-providers" - title: Kubernetes diff --git a/_docs/administration/codefresh-on-prem-upgrade.md b/_docs/administration/codefresh-on-prem-upgrade.md index f381e686c..ee8db60f1 100644 --- a/_docs/administration/codefresh-on-prem-upgrade.md +++ b/_docs/administration/codefresh-on-prem-upgrade.md @@ -380,7 +380,7 @@ redis: helm: chart: codefresh repoUrl: https://chartmuseum.codefresh.io/codefresh - version: 1.2.12 + version: 1.2.14 ``` 1. Perform a dry run and verify that there are no errors: `kcfi deploy --dry-run --debug -c codefresh/config.yaml` @@ -447,11 +447,11 @@ localhost:5000/codefresh/pipeline-manager:3.121.7 > Prerequisites: sa.json to access Codefresh Enterprise GCR -`kcfi images push --codefresh-registry-secret sa.json --images-list images-list-v1.2.12 --registry localhost:5000 --user "root" --password "root"` +`kcfi images push --codefresh-registry-secret sa.json --images-list images-list-v1.2.14 --registry localhost:5000 --user "root" --password "root"` - To push images via [push-to-registry.sh](https://github.com/codefresh-io/onprem-images/blob/master/push-to-registry.sh) script use (see [prerequisites](https://github.com/codefresh-io/onprem-images#prerequesites)): -`./push-to-registry.sh localhost:5000 v1.2.12` +`./push-to-registry.sh localhost:5000 v1.2.14` **Install/Upgrade Codefresh with private docker registry config** @@ -471,4 +471,4 @@ images: address: myartifactory.com username: password: -``` \ No newline at end of file +``` diff --git a/_docs/administration/codefresh-on-prem.md b/_docs/administration/codefresh-on-prem.md index d48ad7820..d4f27e749 100644 --- a/_docs/administration/codefresh-on-prem.md +++ b/_docs/administration/codefresh-on-prem.md @@ -210,7 +210,7 @@ Define either **operator** or **helm** as your preferred installation method in ```yaml installer: - # type: + # type: # "operator" - apply codefresh crd definition # "helm" - install/upgrade helm chart from client ``` @@ -230,11 +230,11 @@ images: - images/images-list ``` Set `usePrivateRegistry: true`, and set `privateRegistry` `address`, `username` and `password`. - + Then, execute the following: ``` -kcfi images push [-c|--config /path/to/config.yaml] +kcfi images push [-c|--config /path/to/config.yaml] ``` Or, to push a single image, execute the following: @@ -281,52 +281,52 @@ kcfi deploy [ -c config.yaml ] [-n namespace] ## High-Availability (HA) with active-passive clusters -Enable high-availability in the Codefresh platform for disaster recovery with an active-passive cluster configuration. +Enable high-availability in the Codefresh platform for disaster recovery with an active-passive cluster configuration. Review the prerequisites, and then do the following to configure high-availability: -* For new installations, install Codefresh on the active cluster -* Install Codefresh on the passive cluster +* For new installations, install Codefresh on the active cluster +* Install Codefresh on the passive cluster * When needed, switch between clusters for disaster recovery **Prerequisites** -* **K8s clusters** - Two K8s clusters, one designated as the active cluster, and the other designated as the passive cluster for disaster recovery. +* **K8s clusters** + Two K8s clusters, one designated as the active cluster, and the other designated as the passive cluster for disaster recovery. -* **External databases and services** - Databases and services external to the clusters. +* **External databases and services** + Databases and services external to the clusters. * Postgres database (see [Configuring an external Postgres database](#configuring-an-external-postgres-database)) * MongoDB (see [Configuring an external MongoDB](#configuring-an-external-mongodb)) * Redis service (see [Configuring an external Redis service](#configure-an-external-redis-service)) - * RabbitMQ service (see [Configuring an external RabbitMQ service](#configure-an-external-redis-service)) + * RabbitMQ service (see [Configuring an external RabbitMQ service](#configure-an-external-redis-service)) * Consul service (see [Configuring an external Consul service](#configuring-an-external-consul-service)) -* **DNS record** +* **DNS record** To switch between clusters for disaster recovery **Install Codefresh on active cluster** -If you are installing Codefresh for the first time, install Codefresh on the cluster designated as the _active_ cluster. +If you are installing Codefresh for the first time, install Codefresh on the cluster designated as the _active_ cluster. See [Installing the Codefresh platform]({{site.baseurl}}/docs/administration/codefresh-on-prem/#install-the-codefresh-platform). **Install Codefresh on passive cluster** -First get the `values.yaml` file from the current Codefresh installation on the active cluster. Then install Codefresh on the passive cluster using Helm. +First get the `values.yaml` file from the current Codefresh installation on the active cluster. Then install Codefresh on the passive cluster using Helm. **Get values.yaml** 1. Switch your kube context to the active cluster. -1. Get `values.yaml` from the active cluster: - `helm get values ${release_name} -n ${namespace} > cf-passive-values.yaml` - where: - `{release-version}` is the name of the Codefresh release, and is by default `cf`. - `${namespace}` is the namespace with the Codefresh release, and is by default `codefresh`. +1. Get `values.yaml` from the active cluster: + `helm get values ${release_name} -n ${namespace} > cf-passive-values.yaml` + where: + `{release-version}` is the name of the Codefresh release, and is by default `cf`. + `${namespace}` is the namespace with the Codefresh release, and is by default `codefresh`. {:start="3"} -1. Update the required variables in `cf-passive-values.yaml`. +1. Update the required variables in `cf-passive-values.yaml`. > If the variables do not exist, add them to the file. * In the `global` section, disable `seedJobs` by setting it to `false`: - + ```yaml global: seedJobs: false @@ -338,20 +338,20 @@ First get the `values.yaml` file from the current Codefresh installation on the cfapi: env: FREEZE_WORKFLOWS_EXECUTION: true - ``` + ``` -**Install Codefresh on passive cluster** +**Install Codefresh on passive cluster** -1. Download the Helm chart: - `helm repo add codefresh-onprem https://chartmuseum.codefresh.io/codefresh` - `helm fetch codefresh-onprem/codefresh --version ${release-version}` - where: - `{release-version}` is the version of Codefresh you are downloading. +1. Download the Helm chart: + `helm repo add codefresh-onprem https://chartmuseum.codefresh.io/codefresh` + `helm fetch codefresh-onprem/codefresh --version ${release-version}` + where: + `{release-version}` is the version of Codefresh you are downloading. -1. Unzip the Helm chart: +1. Unzip the Helm chart: `tar -xzf codefresh-${release-version}.tgz` 1. Go to the folder where you unzipped the Helm chart. -1. Install Codefresh with the Helm command using `cf-passive-values.yaml`: +1. Install Codefresh with the Helm command using `cf-passive-values.yaml`: `helm install cf . -f ${path}/cf-passive-values.yaml -n codefresh` @@ -359,9 +359,9 @@ First get the `values.yaml` file from the current Codefresh installation on the For disaster recovery, switch between the active and passive clusters. -1. In the `cfapi` deployment on the _active_ cluster, change the value of `FREEZE_WORKFLOWS_EXECUTION` from `false` to `true`. - If the variable does not exist, add it, and make sure the value is set to `true`. -1. In the `cfapi` deployment on the _passive_ cluster, change the value of `FREEZE_WORKFLOWS_EXECUTION` from `true` to `false`. +1. In the `cfapi` deployment on the _active_ cluster, change the value of `FREEZE_WORKFLOWS_EXECUTION` from `false` to `true`. + If the variable does not exist, add it, and make sure the value is set to `true`. +1. In the `cfapi` deployment on the _passive_ cluster, change the value of `FREEZE_WORKFLOWS_EXECUTION` from `true` to `false`. 1. Switch DNS from the currently active cluster to the passive cluster. **Services without HA** @@ -380,7 +380,7 @@ After you install Codefresh, these are some day-2 operations that you should fol Codefresh supports out-of-the-box Git logins using your local username and password, or logins using your git provider (per the list and instructions of providers below). You can also configure login to supported SSO providers post-install as described [in the Codefresh documentation]({{site.baseurl}}/docs/administration/single-sign-on/sso-setup-oauth2/). -If you’d like to set up a login to Codefresh using your Git provider, first login using the default credentials (username: `AdminCF`, password: `AdminCF` and add your Git provider OAuth integration details in our admin console: +If you’d like to set up a login to Codefresh using your Git provider, first login using the default credentials (username: `AdminCF`, password: `AdminCF` and add your Git provider OAuth integration details in our admin console: **Admin Management** > **IDPs** tab @@ -421,7 +421,7 @@ After app creation, note down the created Application ID and Client Secret. They lightbox="true" file="/images/administration/installation/git-idp.png" url="/images/administration/installation/git-idp.png" - %} + %} >Note: When configuring the default IDP (for GitHub, GitLab, etc), do not modify the Client Name field. Please keep them as GitHub, GitLab, BitBucket, etc. Otherwise, the signup and login views won’t work. @@ -476,7 +476,7 @@ These are the volumes required for Codefresh on-premises: {% raw %} - (*) Possibility to use external service + (*) Possibility to use external service (**) Running on netfs (nfs, cifs) is not recommended by product admin guide @@ -484,7 +484,7 @@ These are the volumes required for Codefresh on-premises: {% endraw %} -StatefulSets (`cf-builder` and `cf-runner`) process their data on separate physical volumes (PVs) and can be claimed using Persistent Volume Claims (PVCs) with default initial sizes of 100Gi. Also, those StatefulSets have the ability to connect to existing pre-defined PVCs. +StatefulSets (`cf-builder` and `cf-runner`) process their data on separate physical volumes (PVs) and can be claimed using Persistent Volume Claims (PVCs) with default initial sizes of 100Gi. Also, those StatefulSets have the ability to connect to existing pre-defined PVCs. The default initial volume size (100 Gi) can be overridden in the custom `config.yaml` file. Values descriptions are in the `config.yaml` file. The registry’s initial volume size is 100Gi. It also can be overridden in a custom `config.yaml` file. There is a possibility to use a customer-defined registry configuration file (`config.yaml`) that allows using different registry storage back-ends (S3, Azure Blob, GCS, etc.) and other parameters. More details can be found in the [Docker documentation](https://docs.docker.com/registry/configuration/). @@ -504,13 +504,13 @@ The retention mechanism is implemented as a Cron Job through the Codefresh. It r * workflowrevisions {: .table .table-bordered .table-hover} -| Env Variable | Description | Default | +| Env Variable | Description | Default | |------------------------------- |-------------------------------------------------------------------------------- |---------------------- | |`RETENTION_POLICY_IS_ENABLED` | Determines if automatic build deletion through the Cron job is enabled. | `true` | |`RETENTION_POLICY_BUILDS_TO_DELETE`| The maximum number of builds to delete by a sinle Cron job. To avoid database issues, especially when there are large numbers of old builds, we recommend deleting them in small chunks. You can gradually increase the number after verifying that performance is not affected. | `50` | |`RETENTION_POLICY_DAYS` | The number of days for which to retain builds. Builds older than the defined retention period are deleted. | `180` | |`RUNTIME_MONGO_URI` | Optional. The URI of the Mongo database from which to remove MongoDB logs (in addition to the builds). | | - + ### Managing Codefresh backups @@ -531,7 +531,7 @@ There you will find a few configuration parameters, which you might want to chan * `target.uri` - target mongo URI. It is recommended to leave the mongo uri value blank - it will be taken automatically from the Codefresh release installed in your cluster * `scheduler` - here you can specify cron expression for your backups schedule, backups retention and timeout values -For more advanced backup plan settings, like specifying various remote cloud-based storage providers for your backups, configuring notifications and other, please refer to [this](https://github.com/stefanprodan/mgob#configure) page +For more advanced backup plan settings, like specifying various remote cloud-based storage providers for your backups, configuring notifications and other, please refer to [this](https://github.com/stefanprodan/mgob#configure) page To **deploy the backup manager** service, please select a correct kube context, where you have Codefresh on-premises installed and deploy backup-manager with the following command: @@ -576,7 +576,7 @@ tls: key: certs/private.key ``` This annotation will create a new Load Balancer - Network Load Balancer, which you should use in the Codefresh UI DNS record. -Update the DNS record according to the new service. +Update the DNS record according to the new service. #### L7 ELB with SSL Termination @@ -598,9 +598,9 @@ ingress-nginx: targetPorts: http: http https: http - + tls: - selfSigned: true + selfSigned: true ``` - both http and https target port should be set to **80**. @@ -680,15 +680,27 @@ Add CSP environment variables to `config.yaml`, and define the values to be retu cfui: env: CONTENT_SECURITY_POLICY: "" - CONTENT_SECURITY_POLICY_REPORT_ONLY: "default-src 'self'; font-src 'self' - https://fonts.gstatic.com; script-src 'self' https://unpkg.com https://js.stripe.com; + CONTENT_SECURITY_POLICY_REPORT_ONLY: "default-src 'self'; font-src 'self' + https://fonts.gstatic.com; script-src 'self' https://unpkg.com https://js.stripe.com; style-src 'self' https://fonts.googleapis.com; 'unsafe-eval' 'unsafe-inline'" CONTENT_SECURITY_POLICY_REPORT_TO: "" ``` -`CONTENT_SECURITY_POLICY` is the string describing content policies. Use semi-colons to separate between policies. -`CONTENT_SECURITY_POLICY_REPORT_TO` is a comma-separated list of JSON objects. Each object must have a name and an array of endpoints that receive the incoming CSP reports. +`CONTENT_SECURITY_POLICY` is the string describing content policies. Use semi-colons to separate between policies. +`CONTENT_SECURITY_POLICY_REPORT_TO` is a comma-separated list of JSON objects. Each object must have a name and an array of endpoints that receive the incoming CSP reports. For detailed information, see the [Content Security Policy article on MDN](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP). + +### Enable x-hub-signature-256 signature for GitHub AE +Add the `USE_SHA256_GITHUB_SIGNATURE` environment variable to **cfapi** deployment in `config.yaml`. +```yaml +cfapi: + env: + USE_SHA256_GITHUB_SIGNATURE: "true" +``` + +For detailed information, see the [Securing your webhooks](https://docs.github.com/en/developers/webhooks-and-events/webhooks/securing-your-webhooks) and [Webhooks](https://docs.github.com/en/github-ae@latest/rest/webhooks). + + ## Using existing external services for data storage/messaging Normally the Codefresh installer, is taking care of all needed dependencies internally by deploying the respective services (mongo, redis etc) on its own. @@ -804,14 +816,14 @@ global: mongoCaCert: mongodb-ca/ca-cert.pem mongoCaKey: mongodb-ca/ca-key.pem - ### for OfflineLogging feature + ### for OfflineLogging feature runtimeMongoURI: mongodb://my-mongodb.prod.svc.cluster.local/?ssl=true&authMechanism=MONGODB-X509&authSource=$external -### for OfflineLogging feature +### for OfflineLogging feature cfapi: env: - RUNTIME_MONGO_TLS: "true" - RUNTIME_MONGO_TLS_VALIDATE: "true" # 'false' if self-signed certificate to avoid x509 errors + RUNTIME_MONGO_TLS: "true" + RUNTIME_MONGO_TLS_VALIDATE: "true" # 'false' if self-signed certificate to avoid x509 errors mongo: enabled: false #disable default mongodb subchart installation @@ -895,7 +907,7 @@ Autoscaling in Kubernetes is implemented as an interaction between Cluster Autos | [Cluster Autoscaler](https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler)| Nodes | **Up:** Pending pod
**Down:** Node resource allocations is low | On GKE we can turn on/off autoscaler and configure min/max per node group can be also installed separately | Listens on pending pods for scale up and node allocations for scaledown. Should have permissions to call cloud api. Considers pod affinity, pdb, storage, special annotations | | [Horizontal Pod Autoscaler](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/) | replicas on deployments or StatefulSets | metrics value thresholds defined in HPA object | part of Kubernetes controller | Controller gets metrics from "metrics.k8s.io/v1beta1" , "custom.metrics.k8s.io/v1beta1", "external.metrics.k8s.io/v1beta1" requires [metrics-server](https://github.com/kubernetes-sigs/metrics-server) and custom metrics adapters ([prometheus-adapter](https://github.com/kubernetes-sigs/prometheus-adapter), [stackdriver-adapter](https://github.com/GoogleCloudPlatform/k8s-stackdriver/tree/master/custom-metrics-stackdriver-adapter)) to listen on this API (see note (1) below) and adjusts deployment or sts replicas according to definitions in HorizontalPodAutocaler
There are v1 and beta api versions for HorizontalPodAutocaler:
[v1](https://github.com/kubernetes/api/blob/master/autoscaling/v1/types.go) - supports for resource metrics (cpu, memory) - `kubect get hpa`
[v2beta2](https://github.com/kubernetes/api/blob/master/autoscaling/v2beta2/types.go) and [v2beta1](https://github.com/kubernetes/api/blob/master/autoscaling/v2beta1/types.go) - supports for both resource and custom metrics - `kubectl get hpa.v2beta2.autoscaling` **The metric value should decrease on adding new pods.**
*Wrong metrics Example:* request rate
*Right metrics Example:* average request rate per pod | -Note (1) +Note (1) ``` kubectl get apiservices | awk 'NR==1 || $1 ~ "metrics"' NAME SERVICE AVAILABLE AGE @@ -904,7 +916,7 @@ v1beta1.metrics.k8s.io kube-system/metrics-server ``` -**Implementation in Codefresh** +**Implementation in Codefresh** * Default “Enable Autoscaling” settings for GKE * Using [prometheus-adapter](https://github.com/kubernetes-sigs/prometheus-adapter) with custom metrics @@ -913,7 +925,7 @@ We define HPA for cfapi and pipeline-manager services **CFapi HPA object** -It's based on three metrics (HPA controller scales of only one of the targetValue reached): +It's based on three metrics (HPA controller scales of only one of the targetValue reached): ``` kubectl get hpa.v2beta1.autoscaling cf-cfapi -oyaml @@ -1006,7 +1018,7 @@ spec: **prometheus-adapter configuration** -Reference: [https://github.com/DirectXMan12/k8s-prometheus-adapter/blob/master/docs/config.md](https://github.com/DirectXMan12/k8s-prometheus-adapter/blob/master/docs/config.md +Reference: [https://github.com/DirectXMan12/k8s-prometheus-adapter/blob/master/docs/config.md](https://github.com/DirectXMan12/k8s-prometheus-adapter/blob/master/docs/config.md ) {% highlight yaml %} @@ -1156,7 +1168,7 @@ cfapi: CPU Metric API Call ``` -kubectl get --raw /apis/metrics.k8s.io/v1beta1/namespaces/codefresh/pods/cf-cfapi-base-****-/ | jq +kubectl get --raw /apis/metrics.k8s.io/v1beta1/namespaces/codefresh/pods/cf-cfapi-base-****-/ | jq ``` Custom Metrics Call diff --git a/_docs/administration/codefresh-runner.md b/_docs/administration/codefresh-runner.md index 5f3166344..fb635d044 100644 --- a/_docs/administration/codefresh-runner.md +++ b/_docs/administration/codefresh-runner.md @@ -20,7 +20,7 @@ The installation process takes care of all runner components and other required To use the Codefresh runner the following is required: -1. A Kubernetes cluster with outgoing internet access (for version later than 1.10). Each node should have 50GB disk size. +1. A Kubernetes cluster with outgoing internet access (versions 1.10 to 1.23). Each node should have 50GB disk size. 2. A container runtime, such as [docker](https://kubernetes.io/blog/2020/12/02/dockershim-faq/), [containerd](https://containerd.io/) or [cri-o](https://cri-o.io/). Note that the runner is **not** dependent on any special dockershim features, so any compliant container runtime is acceptable. The docker socket/daemon used by Codefresh pipelines is **NOT** the one on the host node (as it might not exist at all in the case of containerd or cri-o), but instead an internal docker daemon created/managed by the pipeline itself. 3. A [Codefresh account]({{site.baseurl}}/docs/getting-started/create-a-codefresh-account/) with the Hybrid feature enabled. 4. A [Codefresh CLI token]({{site.baseurl}}/docs/integrations/codefresh-api/#authentication-instructions) that will be used to authenticate your Codefresh account. @@ -142,7 +142,7 @@ To install the Codefresh Runner using Helm, follow these steps: helm install cf-runtime cf-runtime/cf-runtime -f ./generated_values.yaml --create-namespace --namespace codefresh ``` - * Here is the link to a repository with the chart for reference: [https://github.com/codefresh-io/venona/tree/release-1.0/charts/cf-runtime](https://github.com/codefresh-io/venona/tree/release-1.0/charts/cf-runtime) + * Here is the link to a repository with the chart for reference: [https://github.com/codefresh-io/venona/tree/release-1.0/.deploy/cf-runtime](https://github.com/codefresh-io/venona/tree/release-1.0/.deploy/cf-runtime) 4. At this point you should have a working Codefresh Runner. You can verify the installation by running: @@ -1832,7 +1832,7 @@ To change volume selector get runtime yaml spec and under `dockerDaemonScheduler ### Cleaners * [IN-DIND cleaner](https://github.com/codefresh-io/dind/tree/master/cleaner) - deletes extra docker containers, volumes, images in **dind pod** -* [External volumes cleaner](https://github.com/codefresh-io/runtime-cluster-monitor/blob/master/chart/templates/dind-volume-cleanup.yaml) - deletes unused **external** PVs (EBS, GCE/Azure disks) +* [External volumes cleaner](https://github.com/codefresh-io/runtime-cluster-monitor/blob/master/charts/cf-monitoring/templates/dind-volume-cleanup.yaml) - deletes unused **external** PVs (EBS, GCE/Azure disks) * [Local volumes cleaner](https://github.com/codefresh-io/dind-volume-utils/blob/master/local-volumes/lv-cleaner.sh) - deletes **local** volumes in case node disk space is close to the threshold *** diff --git a/_docs/administration/pipeline-settings.md b/_docs/administration/pipeline-settings.md index 7217fc5db..902c13761 100644 --- a/_docs/administration/pipeline-settings.md +++ b/_docs/administration/pipeline-settings.md @@ -13,8 +13,28 @@ On this page, you can define global parameters for the whole Codefresh account r lightbox="true" file="/images/administration/pipeline-settings/pipeline-settings-ui.png" url="/images/administration/pipeline-settings/pipeline-settings-ui.png" -alt="pipeline-settings" -caption="pipeline-settings" +alt="Pipeline settings" +caption="Pipeline settings" +max-width="80%" +%} + + +## Pause pipeline executions + +Pause builds for pipelines at the account level, for example, during maintenance. + +* **Pause build execution** is disabled by default. +* When enabled: + * New pipelines in the account are paused immediately. + * Existing pipelines with running builds are paused only after the builds have completed execution. +* Paused pipelines are set to status Pending, and remain in this status until **Pause build execution** is manually disabled for the account. + +{% include image.html +lightbox="true" +file="/images/administration/pipeline-settings/pause-pipeline-enabled.png" +url="/images/administration/pipeline-settings/pause-pipeline-enabled.png" +alt="Pause Build Execution pipeline setting enabled" +caption="Pause Build Execution pipeline setting enabled" max-width="80%" %} diff --git a/_docs/administration/user-settings.md b/_docs/administration/user-settings.md index 9b1104226..66ca7d8e9 100644 --- a/_docs/administration/user-settings.md +++ b/_docs/administration/user-settings.md @@ -10,13 +10,13 @@ To access your individual user settings navigate to [https://g.codefresh.io/user ## Email Notifications for Builds > **IMPORTANT**: - On 26 August 2022, we are switching off email notifications for all accounts. + On 26 August 2022, we switched off email notifications for all accounts. To re-enable email notifications, update the email notification settings for your account _after_ the above date. Receive email notifications for builds based on the build status: only successful, only failed, or for both successful and failed builds. -> By default, email notifications are disabled for both successful and failed builds. +> By default, email notifications are disabled for _all users_, for both successful and failed builds. **Email notification settings** @@ -25,6 +25,7 @@ Receive email notifications for builds based on the build status: only successfu * Select to receive emails for failed builds + {% include image.html lightbox="true" file="/images/administration/user-settings/notifications.png" diff --git a/_docs/configure-ci-cd-pipeline/monitoring-pipelines.md b/_docs/configure-ci-cd-pipeline/monitoring-pipelines.md index 8ee54f00c..fedd239ca 100644 --- a/_docs/configure-ci-cd-pipeline/monitoring-pipelines.md +++ b/_docs/configure-ci-cd-pipeline/monitoring-pipelines.md @@ -66,7 +66,7 @@ The available filters are: * *Branch* - any of the available branches from the attached Git trigger. * *Committer* - person that made the commit that triggered the build. * *Environment* - which [environment]({{site.baseurl}}/docs/deploy-to-kubernetes/environment-dashboard/) was affected. -* *Status* - success, error, in-progress, pending, terminated etc. +* *Status* - success, error, in-progress, pending, terminated etc. A Pending status can also indicate that [pipeline build execution has been paused]({{site.baseurl}}/docs/administration/pipeline-settings/#pause-pipeline-executions) for the account. * *Trigger type* - what type of trigger was responsible for this build * *Git event* - in the case of [git triggers]({{site.baseurl}}/docs/configure-ci-cd-pipeline/triggers/git-triggers/) the exact event @@ -123,7 +123,7 @@ You can change the filters of an existing build view by making a new filter sele ### Build details -For each individual build you can see several details such as the git hash, the person that made the commit, the pipeline that was triggered as well as how much time it took. For each event type you will also see additional context related information. +For each individual build you can see several details such as the git hash, the person who made the commit, the pipeline that was triggered as well as how much time it took. For each event type you will also see additional context related information. {% include image.html @@ -134,6 +134,19 @@ alt="build details in Codefresh" caption="Build details" max-width="100%" %} + +Child builds triggered by other builds are identified in the Event column by the icon {::nomarkdown} {:/}. +The Parent Build column shows the link to the parent build. Mouse over to see the tooltip with information on the parent build. The tooltip includes links to the parent build, repo, branch, commit message, and the ability to filter by repo and branch. + +{% include +image.html +lightbox="true" +file="/images/pipeline/monitoring/child-parent-build-info.png" +url="/images/pipeline/monitoring/child-parent-build-info.png" +alt="Child build in Builds list" +caption="Child build in Builds list" +max-width="70%" +%} There are also extra options if you click the small "3-dot" menu button on the right. For a particular build, you can: @@ -171,6 +184,23 @@ Each section in this screen corresponds to each pipeline step. There are two spe These are Codefresh built-in steps and will appear for most builds (you can also create a pipeline that doesn't clone a git repository by default). The rest of the step names depend on your `codefresh.yml` (or the default step names provided by Codefresh). The different columns take the names from the defined [pipeline stages]({{site.baseurl}}/docs/codefresh-yaml/stages/). +### Viewing status for pipeline steps + +Monitor the status of the steps in the pipeline as they are executed. + +{: .table .table-bordered .table-hover} +| Step Status Icon | Description | +| ------------------------| ---------------- | +|{::nomarkdown} {:/}| Pipeline step completed successfully. | +|{::nomarkdown} {:/}| Pipeline step pending approval has been approved, either manually or automatically. | +|{::nomarkdown} {:/}| Pipeline step pending approval has been denied approval. | +|{::nomarkdown} {:/}| Pipeline step currently running. | +|{::nomarkdown} {:/}| Pipeline step running in debug mode. See [Debugging pipelines]({{site.baseurl}}/docs/configure-ci-cd-pipeline/debugging-pipelines/) for more information. | +|{::nomarkdown} {:/}| Pipeline step gracefully terminating execution. | +|{::nomarkdown} {:/}| Pipeline step execution has been manually or automatically terminated. | +|{::nomarkdown} {:/}| Pipeline step execution has been terminated because of error. | + + ### Viewing logs from pipeline steps Click on each step in order to see the respective log. @@ -191,6 +221,7 @@ You can also search the logs by clicking at the magnifying glass icon at the top > Note: The max size each step can log is around 20MB, and 100MB for the whole build. After that, the system will stop logging, but the build execution will continue. + ### Reviewing the yaml for the pipeline From the step details you can also click on the yaml tab to see the yaml segment for that individual step: diff --git a/_docs/integrations/codefresh-hosted-gitops.md b/_docs/integrations/codefresh-hosted-gitops.md new file mode 100644 index 000000000..1034aa464 --- /dev/null +++ b/_docs/integrations/codefresh-hosted-gitops.md @@ -0,0 +1,93 @@ +--- +title: "Codefresh Hosted GitOps Integration" +description: "Connect with Codefresh Hosted GitOps to leverage Managed Argo CD" +group: integrations +toc: true +--- + +Integrate Codefresh Classic with Codefresh's Hosted GitOps for deployments powered by managed Argo CD. +Use Codefresh Classic for pipelines, and Codefresh Hosted GitOps for deployments. + +Codefresh Hosted GitOps includes a dedicated report image step that both reports and enriches deployed images. Add the report image step in your Codefresh Classic pipeline and reference integrations with issue-tracking and container registry tools for Codefresh to retrieve and enrich image information. + +For a brief overview of what you get with Codefresh Hosted GitOps, read the next section. + +For information on how to connect Codefresh Classic to Codefresh Hosted GitOps, see [CI integration with Codefresh Classic](https://codefresh.io/csdp-docs/docs/integrations/ci-integrations/codefresh-classic/){:target="\_blank"}. + +### Codefresh Hosted GitOps features + +#### Hosted and hybrid runtimes +Codefresh Hosted GitOps is based on a hosted environemt, with the runtime hosted and managed by Codefresh. + +After the three-step process of provisioning your hosted runtime, Codefresh handles administration and maintenance of the hosted runtime, including version and security updates. + +{% include +image.html +lightbox="true" +file="/images/integrations/codefresh-hosted-gitops/hosted-runtime.png" +url="/images/integrations/codefresh-hosted-gitops/hosted-runtime.png" +caption="Provisioning a Hosted GitOps runtime" +alt="Provisioning a Hosted GitOps runtime" +max-width="70%" +%} + +#### Dashboards for visibility and traceability + +A set of dashboards provides visibility into all aspects of deployment: + +* The Home dashboard presents enterprise-wide deployment highlights across runtimes and clusters. + Get insights into important KPIs and deployments, all in the same location. View status of runtimes and managed clusters, deployments, failed deployments with rollbacks, most active applications. Use filters to narrow the scope to focus on anything specific. + + {% include +image.html +lightbox="true" +file="/images/integrations/codefresh-hosted-gitops/hosted-home-dashboard.png" +url="/images/integrations/codefresh-hosted-gitops/hosted-home-dashboard.png" +caption="Home dashboard in Hosted GitOps" +alt="Home dashboard in Hosted GitOps" +max-width="70%" +%} + +* The Applications dashboard displays applications, also across runtimes and clusters, from which you can select individual applications for further analysis. + Individual application information is grouped by current and historical deployments, enriched with Argo, Jira, and Git details, including rollout visualizations for ongoing deployments, and an interactive tree view of application resources. + +{% include +image.html +lightbox="true" +file="/images/integrations/codefresh-hosted-gitops/hosted-app-dashboard.png" +url="/images/integrations/codefresh-hosted-gitops/hosted-app-dashboard.png" +caption="Applications dashboard in Hosted GitOps" +alt="Applications dashboard in Hosted GitOps" +max-width="70%" +%} + + +* The DORA metrics dashboard in Codefresh helps quantify DevOps performance. Apart from the metrics themselves, the DORA dashboard in Codefresh has several unique features to pinpoint just which applications or runtimes are contributing to problematic metrics. + +{% include +image.html +lightbox="true" +file="/images/integrations/codefresh-hosted-gitops/hosted-dora-metrics.png" +url="/images/integrations/codefresh-hosted-gitops/hosted-dora-metrics.png" +caption="DORA metrics in Hosted GitOps" +alt="DORA metrics in Hosted GitOps" +max-width="60%" +%} + +#### Application management + +Manage the application lifecycle in the Codefresh UI, from creating, editing, and deleting applications, to quick manual sync when needed. + + +#### Third-party integrations +Add integrations to issue-tracking tools such as Jira, and container-registries such as Docker Hub, JFrog and more, to enrich images. + +{% include +image.html +lightbox="true" +file="/images/integrations/codefresh-hosted-gitops/hosted-int-tools.png" +url="/images/integrations/codefresh-hosted-gitops/hosted-int-tools.png" +caption="Integrations in Hosted GitOps" +alt="Integrations in Hosted GitOps" +max-width="60%" +%} \ No newline at end of file diff --git a/_docs/single-sign-on/oidc/oidc-google.md b/_docs/single-sign-on/oidc/oidc-google.md index 83958c69f..b7ce18344 100644 --- a/_docs/single-sign-on/oidc/oidc-google.md +++ b/_docs/single-sign-on/oidc/oidc-google.md @@ -164,6 +164,7 @@ Use this method to sync only those users who have been assigned the user role wi } ``` +{:start="3"} 1. In the GSuite Admin panel, go to `Apps > SAML`. {% include image.html @@ -175,7 +176,19 @@ Use this method to sync only those users who have been assigned the user role wi max-width="40%" %} +{:start="4"} 1. Expand the Attribute Mapping settings, and add a Role attribute with the above schema for `SSO` and `UserRole`. + + {% include image.html +lightbox="true" +file="/images/administration/sso/google/map-attributes.png" +url="/images/administration/sso/google/map-attributes.png" +alt="Attribute Mappings screen in GSuite" +caption="Attribute Mappings screen in GSuite" +max-width="40%" +%} + +{:start="5"} 1. For every user to be synced, in the User Information screen, scroll to `SSO > UserRole`, and assign the user role. {% include image.html diff --git a/_docs/whats-new/whats-new.md b/_docs/whats-new/whats-new.md index d3ce05b11..cc55d7c6a 100644 --- a/_docs/whats-new/whats-new.md +++ b/_docs/whats-new/whats-new.md @@ -8,8 +8,36 @@ toc: true --- ## 2022 -### July 2022 -- On-premises upgrade - [documentation]({{site.baseurl}}/docs/administration/codefresh-on-prem-upgrade/) +### September 2022 + +#### Features and enhancements +- Pause pipeline execution for account - [documentation]({{site.baseurl}}/docs/administration/pipeline-settings/#pause-pipeline-executions) +- Traceability from child to parent builds - [documentation]({{site.baseurl}}/docs/configure-ci-cd-pipeline/monitoring-pipelines/#build-details) +- On-premises: `x-hub-signature-256`support for GitHub AE - [documentation]({{site.baseurl}}/docs/administration/codefresh-on-prem/#enable-x-hub-signature-256-signature-for-github-ae) +- LDAP login with username and password, with email required only for first time sign-in. + + + +#### Bug fixes +- Validation error when entering username with period for new user account. +- Filtering pipelines by Tags returns incorrect results when user has read access to a subset of pipelines. + +### July-August 2022 + +#### Features and enhancements +- New setting for Pipeline Concurrency: 0 (maintenance mode) - [documentation]({{site.baseurl}}/docs/configure-ci-cd-pipeline/pipelines/#policies) +- Email notifications for successful and failed builds disabled by default for new users - [documentation]({{site.baseurl}}/docs/administration/user-settings/#email-notifications-for-builds) +- Codefresh Classic integration with Codefresh Hosted GitOps - [documentation]({{site.baseurl}}/docs/integrations/codefresh-hosted-gitops/) +- On-premises: New release of Codefresh Classic: v.1.2.12 (July 20, 2022) - [documentation]({{site.baseurl}}/docs/administration/codefresh-on-prem-upgrade/) +- Hosted runtime clusters upgraded to Kubernetes 1.22 + +#### Bug fixes +- Codefresh Classic On-premises: Fixed critical vulnerabilities as of July 2022. +- Resending email invitations results in "Problem sending invite" error. +- Audit search for triggers returns error with no search results (Audit Triggers > Search). +- Pipeline concurrency limit ignored periodically. +- "<" replaced by "<" when creating inline YAML for pipeline via Terraform. +- Step Variables are not resolved in Hooks. ### May 2022 - Datadog integration - [documentation]({{site.baseurl}}/docs/integrations/datadog) diff --git a/_includes/docs-navbar.html b/_includes/docs-navbar.html index 6d766380c..d42f2a7e3 100644 --- a/_includes/docs-navbar.html +++ b/_includes/docs-navbar.html @@ -96,6 +96,6 @@ - View Codefresh Docs + View Codefresh Docs diff --git a/_includes/icons/info-circle.svg b/_includes/icons/info-circle.svg index 911ad4e62..55696b7d5 100644 --- a/_includes/icons/info-circle.svg +++ b/_includes/icons/info-circle.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/assets/brand/codefresh-social-logo.png b/assets/brand/codefresh-social-logo.png index d68fe82b8..65edef2d0 100644 Binary files a/assets/brand/codefresh-social-logo.png and b/assets/brand/codefresh-social-logo.png differ diff --git a/assets/brand/codefresh-social.png b/assets/brand/codefresh-social.png index 4842c5bb0..cc80c144f 100644 Binary files a/assets/brand/codefresh-social.png and b/assets/brand/codefresh-social.png differ diff --git a/assets/img/favicons/safari-pinned-tab.svg b/assets/img/favicons/safari-pinned-tab.svg index df2d1c664..a9c651186 100644 --- a/assets/img/favicons/safari-pinned-tab.svg +++ b/assets/img/favicons/safari-pinned-tab.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/img/masthead/computer.png b/assets/img/masthead/computer.png index 804f92c29..5ea6c17f2 100644 Binary files a/assets/img/masthead/computer.png and b/assets/img/masthead/computer.png differ diff --git a/assets/img/masthead/docs_masthead_home_left.png b/assets/img/masthead/docs_masthead_home_left.png index d636e406d..28032f275 100644 Binary files a/assets/img/masthead/docs_masthead_home_left.png and b/assets/img/masthead/docs_masthead_home_left.png differ diff --git a/assets/img/masthead/docs_masthead_home_right.png b/assets/img/masthead/docs_masthead_home_right.png index 6c965c59c..904dbe4b7 100644 Binary files a/assets/img/masthead/docs_masthead_home_right.png and b/assets/img/masthead/docs_masthead_home_right.png differ diff --git a/assets/js/docs.min.js b/assets/js/docs.min.js index 7a2672e63..456e707c0 100644 --- a/assets/js/docs.min.js +++ b/assets/js/docs.min.js @@ -1,4 +1,4 @@ -!function(e,t){"use strict";"function"==typeof define&&define.amd?define([],t):"object"==typeof module&&module.exports?module.exports=t():(e.AnchorJS=t(),e.anchors=new e.AnchorJS)}(this,function(){"use strict";return function(e){function d(e){e.icon=e.hasOwnProperty("icon")?e.icon:"",e.visible=e.hasOwnProperty("visible")?e.visible:"hover",e.placement=e.hasOwnProperty("placement")?e.placement:"right",e.ariaLabel=e.hasOwnProperty("ariaLabel")?e.ariaLabel:"Anchor",e.class=e.hasOwnProperty("class")?e.class:"",e.truncate=e.hasOwnProperty("truncate")?Math.floor(e.truncate):64}function p(e){var t;if("string"==typeof e||e instanceof String)t=[].slice.call(document.querySelectorAll(e));else{if(!(Array.isArray(e)||e instanceof NodeList))throw new Error("The selector provided to AnchorJS was invalid.");t=[].slice.call(e)}return t}function A(){if(null===document.head.querySelector("style.anchorjs")){var e,t=document.createElement("style");t.className="anchorjs",t.appendChild(document.createTextNode("")),void 0===(e=document.head.querySelector('[rel="stylesheet"], style'))?document.head.appendChild(t):document.head.insertBefore(t,e),t.sheet.insertRule(" .anchorjs-link { opacity: 0; text-decoration: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }",t.sheet.cssRules.length),t.sheet.insertRule(" *:hover > .anchorjs-link, .anchorjs-link:focus { opacity: 1; }",t.sheet.cssRules.length),t.sheet.insertRule(" [data-anchorjs-icon]::after { content: attr(data-anchorjs-icon); }",t.sheet.cssRules.length),t.sheet.insertRule(' @font-face { font-family: "anchorjs-icons"; src: url(data:n/a;base64,AAEAAAALAIAAAwAwT1MvMg8yG2cAAAE4AAAAYGNtYXDp3gC3AAABpAAAAExnYXNwAAAAEAAAA9wAAAAIZ2x5ZlQCcfwAAAH4AAABCGhlYWQHFvHyAAAAvAAAADZoaGVhBnACFwAAAPQAAAAkaG10eASAADEAAAGYAAAADGxvY2EACACEAAAB8AAAAAhtYXhwAAYAVwAAARgAAAAgbmFtZQGOH9cAAAMAAAAAunBvc3QAAwAAAAADvAAAACAAAQAAAAEAAHzE2p9fDzz1AAkEAAAAAADRecUWAAAAANQA6R8AAAAAAoACwAAAAAgAAgAAAAAAAAABAAADwP/AAAACgAAA/9MCrQABAAAAAAAAAAAAAAAAAAAAAwABAAAAAwBVAAIAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAMCQAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAg//0DwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAAIAAAACgAAxAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEADAAAAAIAAgAAgAAACDpy//9//8AAAAg6cv//f///+EWNwADAAEAAAAAAAAAAAAAAAAACACEAAEAAAAAAAAAAAAAAAAxAAACAAQARAKAAsAAKwBUAAABIiYnJjQ3NzY2MzIWFxYUBwcGIicmNDc3NjQnJiYjIgYHBwYUFxYUBwYGIwciJicmNDc3NjIXFhQHBwYUFxYWMzI2Nzc2NCcmNDc2MhcWFAcHBgYjARQGDAUtLXoWOR8fORYtLTgKGwoKCjgaGg0gEhIgDXoaGgkJBQwHdR85Fi0tOAobCgoKOBoaDSASEiANehoaCQkKGwotLXoWOR8BMwUFLYEuehYXFxYugC44CQkKGwo4GkoaDQ0NDXoaShoKGwoFBe8XFi6ALjgJCQobCjgaShoNDQ0NehpKGgobCgoKLYEuehYXAAAADACWAAEAAAAAAAEACAAAAAEAAAAAAAIAAwAIAAEAAAAAAAMACAAAAAEAAAAAAAQACAAAAAEAAAAAAAUAAQALAAEAAAAAAAYACAAAAAMAAQQJAAEAEAAMAAMAAQQJAAIABgAcAAMAAQQJAAMAEAAMAAMAAQQJAAQAEAAMAAMAAQQJAAUAAgAiAAMAAQQJAAYAEAAMYW5jaG9yanM0MDBAAGEAbgBjAGgAbwByAGoAcwA0ADAAMABAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAH//wAP) format("truetype"); }',t.sheet.cssRules.length)}}this.options=e||{},this.elements=[],d(this.options),this.isTouchDevice=function(){return!!("ontouchstart"in window||window.DocumentTouch&&document instanceof DocumentTouch)},this.add=function(e){var t,n,r,i,o,a,s,l,c,u,h,f=[];if(d(this.options),"touch"===(h=this.options.visible)&&(h=this.isTouchDevice()?"always":"hover"),e||(e="h2, h3, h4, h5, h6"),0===(t=p(e)).length)return this;for(A(),n=document.querySelectorAll("[id]"),r=[].map.call(n,function(e){return e.id}),o=0;o\]\.\/\(\)\*\\]/g;return this.options.truncate||d(this.options),e.trim().replace(/\'/gi,"").replace(t,"-").replace(/-{2,}/g,"-").substring(0,this.options.truncate).replace(/^-+|-+$/gm,"").toLowerCase()},this.hasAnchorJSLink=function(e){var t=e.firstChild&&(" "+e.firstChild.className+" ").indexOf(" anchorjs-link ")>-1,n=e.lastChild&&(" "+e.lastChild.className+" ").indexOf(" anchorjs-link ")>-1;return t||n||!1}}}); +!function(e,t){"use strict";"function"==typeof define&&define.amd?define([],t):"object"==typeof module&&module.exports?module.exports=t():(e.AnchorJS=t(),e.anchors=new e.AnchorJS)}(this,function(){"use strict";return function(e){function d(e){e.icon=e.hasOwnProperty("icon")?e.icon:"",e.visible=e.hasOwnProperty("visible")?e.visible:"hover",e.placement=e.hasOwnProperty("placement")?e.placement:"right",e.ariaLabel=e.hasOwnProperty("ariaLabel")?e.ariaLabel:"Anchor",e.class=e.hasOwnProperty("class")?e.class:"",e.truncate=e.hasOwnProperty("truncate")?Math.floor(e.truncate):64}function p(e){var t;if("string"==typeof e||e instanceof String)t=[].slice.call(document.querySelectorAll(e));else{if(!(Array.isArray(e)||e instanceof NodeList))throw new Error("The selector provided to AnchorJS was invalid.");t=[].slice.call(e)}return t}function g(){if(null===document.head.querySelector("style.anchorjs")){var e,t=document.createElement("style");t.className="anchorjs",t.appendChild(document.createTextNode("")),void 0===(e=document.head.querySelector('[rel="stylesheet"], style'))?document.head.appendChild(t):document.head.insertBefore(t,e),t.sheet.insertRule(" .anchorjs-link { opacity: 0; text-decoration: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }",t.sheet.cssRules.length),t.sheet.insertRule(" *:hover > .anchorjs-link, .anchorjs-link:focus { opacity: 1; }",t.sheet.cssRules.length),t.sheet.insertRule(" [data-anchorjs-icon]::after { content: attr(data-anchorjs-icon); }",t.sheet.cssRules.length),t.sheet.insertRule(' @font-face { font-family: "anchorjs-icons"; src: url(data:n/a;base64,AAEAAAALAIAAAwAwT1MvMg8yG2cAAAE4AAAAYGNtYXDp3gC3AAABpAAAAExnYXNwAAAAEAAAA9wAAAAIZ2x5ZlQCcfwAAAH4AAABCGhlYWQHFvHyAAAAvAAAADZoaGVhBnACFwAAAPQAAAAkaG10eASAADEAAAGYAAAADGxvY2EACACEAAAB8AAAAAhtYXhwAAYAVwAAARgAAAAgbmFtZQGOH9cAAAMAAAAAunBvc3QAAwAAAAADvAAAACAAAQAAAAEAAHzE2p9fDzz1AAkEAAAAAADRecUWAAAAANQA6R8AAAAAAoACwAAAAAgAAgAAAAAAAAABAAADwP/AAAACgAAA/9MCrQABAAAAAAAAAAAAAAAAAAAAAwABAAAAAwBVAAIAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAMCQAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAg//0DwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAAIAAAACgAAxAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEADAAAAAIAAgAAgAAACDpy//9//8AAAAg6cv//f///+EWNwADAAEAAAAAAAAAAAAAAAAACACEAAEAAAAAAAAAAAAAAAAxAAACAAQARAKAAsAAKwBUAAABIiYnJjQ3NzY2MzIWFxYUBwcGIicmNDc3NjQnJiYjIgYHBwYUFxYUBwYGIwciJicmNDc3NjIXFhQHBwYUFxYWMzI2Nzc2NCcmNDc2MhcWFAcHBgYjARQGDAUtLXoWOR8fORYtLTgKGwoKCjgaGg0gEhIgDXoaGgkJBQwHdR85Fi0tOAobCgoKOBoaDSASEiANehoaCQkKGwotLXoWOR8BMwUFLYEuehYXFxYugC44CQkKGwo4GkoaDQ0NDXoaShoKGwoFBe8XFi6ALjgJCQobCjgaShoNDQ0NehpKGgobCgoKLYEuehYXAAAADACWAAEAAAAAAAEACAAAAAEAAAAAAAIAAwAIAAEAAAAAAAMACAAAAAEAAAAAAAQACAAAAAEAAAAAAAUAAQALAAEAAAAAAAYACAAAAAMAAQQJAAEAEAAMAAMAAQQJAAIABgAcAAMAAQQJAAMAEAAMAAMAAQQJAAQAEAAMAAMAAQQJAAUAAgAiAAMAAQQJAAYAEAAMYW5jaG9yanM0MDBAAGEAbgBjAGgAbwByAGoAcwA0ADAAMABAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAH//wAP) format("truetype"); }',t.sheet.cssRules.length)}}this.options=e||{},this.elements=[],d(this.options),this.isTouchDevice=function(){return!!("ontouchstart"in window||window.DocumentTouch&&document instanceof DocumentTouch)},this.add=function(e){var t,n,r,i,o,a,s,l,c,u,h,f=[];if(d(this.options),"touch"===(h=this.options.visible)&&(h=this.isTouchDevice()?"always":"hover"),e||(e="h2, h3, h4, h5, h6"),0===(t=p(e)).length)return this;for(g(),n=document.querySelectorAll("[id]"),r=[].map.call(n,function(e){return e.id}),o=0;o\]\.\/\(\)\*\\]/g;return this.options.truncate||d(this.options),e.trim().replace(/\'/gi,"").replace(t,"-").replace(/-{2,}/g,"-").substring(0,this.options.truncate).replace(/^-+|-+$/gm,"").toLowerCase()},this.hasAnchorJSLink=function(e){var t=e.firstChild&&(" "+e.firstChild.className+" ").indexOf(" anchorjs-link ")>-1,n=e.lastChild&&(" "+e.lastChild.className+" ").indexOf(" anchorjs-link ")>-1;return t||n||!1}}}); /*! * clipboard.js v1.7.1 * https://zenorocha.github.io/clipboard.js @@ -17,12 +17,12 @@ Issues: https://github.com/imsky/holder/issues License: MIT */ -!function(i){if(i.document){var o=i.document;o.querySelectorAll||(o.querySelectorAll=function(e){var t,n=o.createElement("style"),r=[];for(o.documentElement.firstChild.appendChild(n),o._qsa=[],n.styleSheet.cssText=e+"{x-qsa:expression(document._qsa && document._qsa.push(this))}",i.scrollBy(0,0),n.parentNode.removeChild(n);o._qsa.length;)t=o._qsa.shift(),t.style.removeAttribute("x-qsa"),r.push(t);return o._qsa=null,r}),o.querySelector||(o.querySelector=function(e){var t=o.querySelectorAll(e);return t.length?t[0]:null}),o.getElementsByClassName||(o.getElementsByClassName=function(e){return e=String(e).replace(/^|\s+/g,"."),o.querySelectorAll(e)}),Object.keys||(Object.keys=function(e){if(e!==Object(e))throw TypeError("Object.keys called on non-object");var t,n=[];for(t in e)Object.prototype.hasOwnProperty.call(e,t)&&n.push(t);return n}),Array.prototype.forEach||(Array.prototype.forEach=function(e){if(void 0===this||null===this)throw TypeError();var t=Object(this),n=t.length>>>0;if("function"!=typeof e)throw TypeError();var r,i=arguments[1];for(r=0;r>16&255)),r.push(String.fromCharCode(i>>8&255)),r.push(String.fromCharCode(255&i)),o=0,i=0),n+=1;return 12===o?(i>>=4,r.push(String.fromCharCode(255&i))):18===o&&(i>>=2,r.push(String.fromCharCode(i>>8&255)),r.push(String.fromCharCode(255&i))),r.join("")},e.btoa=e.btoa||function(e){e=String(e);var t,n,r,i,o,a,s,l=0,c=[];if(/[^\x00-\xFF]/.test(e))throw Error("InvalidCharacterError");for(;l>2,o=(3&t)<<4|n>>4,a=(15&n)<<2|r>>6,s=63&r,l===e.length+2?(a=64,s=64):l===e.length+1&&(s=64),c.push(u.charAt(i),u.charAt(o),u.charAt(a),u.charAt(s));return c.join("")}}(i),Object.prototype.hasOwnProperty||(Object.prototype.hasOwnProperty=function(e){var t=this.__proto__||this.constructor.prototype;return e in this&&(!(e in t)||t[e]!==this[e])}),function(){if("performance"in i==!1&&(i.performance={}),Date.now=Date.now||function(){return(new Date).getTime()},"now"in i.performance==!1){var e=Date.now();performance.timing&&performance.timing.navigationStart&&(e=performance.timing.navigationStart),i.performance.now=function(){return Date.now()-e}}}(),i.requestAnimationFrame||(i.webkitRequestAnimationFrame&&i.webkitCancelAnimationFrame?!function(t){t.requestAnimationFrame=function(e){return webkitRequestAnimationFrame(function(){e(t.performance.now())})},t.cancelAnimationFrame=t.webkitCancelAnimationFrame}(i):i.mozRequestAnimationFrame&&i.mozCancelAnimationFrame?!function(t){t.requestAnimationFrame=function(e){return mozRequestAnimationFrame(function(){e(t.performance.now())})},t.cancelAnimationFrame=t.mozCancelAnimationFrame}(i):!function(t){t.requestAnimationFrame=function(e){return t.setTimeout(e,1e3/60)},t.cancelAnimationFrame=t.clearTimeout}(i))}}(this),function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.Holder=t():e.Holder=t()}(this,function(){return function(n){function r(e){if(i[e])return i[e].exports;var t=i[e]={exports:{},id:e,loaded:!1};return n[e].call(t.exports,t,t.exports,r),t.loaded=!0,t.exports}var i={};return r.m=n,r.c=i,r.p="",r(0)}([function(e,t,n){e.exports=n(1)},function(D,e,F){(function(h){function o(e,t,n,r){var i=f(n.substr(n.lastIndexOf(e.domain)),e);i&&d({mode:null,el:r,flags:i,engineSettings:t})}function f(e,t){var n={theme:S(j.settings.themes.gray,null),stylesheets:t.stylesheets,instanceOptions:t},r=e.indexOf("?"),i=[e];r!==-1&&(i=[e.slice(0,r),e.slice(r+1)]);var o=i[0].split("/");n.holderURL=e;var a=o[1],s=a.match(/([\d]+p?)x([\d]+p?)/);if(!s)return!1;if(n.fluid=a.indexOf("p")!==-1,n.dimensions={width:s[1].replace("p","%"),height:s[2].replace("p","%")},2===i.length){var l=p.parse(i[1]);if(b.truthy(l.ratio)){n.fluid=!0;var c=parseFloat(n.dimensions.width.replace("%","")),u=parseFloat(n.dimensions.height.replace("%",""));u=Math.floor(100*(u/c)),c=100,n.dimensions.width=c+"%",n.dimensions.height=u+"%"}if(n.auto=b.truthy(l.auto),l.bg&&(n.theme.bg=b.parseColor(l.bg)),l.fg&&(n.theme.fg=b.parseColor(l.fg)),l.bg&&!l.fg&&(n.autoFg=!0),l.theme&&n.instanceOptions.themes.hasOwnProperty(l.theme)&&(n.theme=S(n.instanceOptions.themes[l.theme],null)),l.text&&(n.text=l.text),l.textmode&&(n.textmode=l.textmode),l.size&&(n.size=l.size),l.font&&(n.font=l.font),l.align&&(n.align=l.align),l.lineWrap&&(n.lineWrap=l.lineWrap),n.nowrap=b.truthy(l.nowrap),n.outline=b.truthy(l.outline),b.truthy(l.random)){j.vars.cache.themeKeys=j.vars.cache.themeKeys||Object.keys(n.instanceOptions.themes);var h=j.vars.cache.themeKeys[0|Math.random()*j.vars.cache.themeKeys.length];n.theme=S(n.instanceOptions.themes[h],null)}}return n}function d(e){var t=e.mode,n=e.el,r=e.flags,i=e.engineSettings,o=r.dimensions,a=r.theme,s=o.width+"x"+o.height;t=null==t?r.fluid?"fluid":"image":t;var l=/holder_([a-z]+)/g,c=!1;if(null!=r.text&&(a.text=r.text,"object"===n.nodeName.toLowerCase())){for(var u=a.text.split("\\n"),h=0;h1){var v,y=0,b=0,w=0;m=new s.Group("line"+w),"left"!==e.align&&"right"!==e.align||(o=e.width*(1-2*(1-r)));for(var x=0;x=o||k===!0)&&(t(p,m,y,p.properties.leading),p.add(m),y=0,b+=p.properties.leading,w+=1,m=new s.Group("line"+w),m.y=b),k!==!0&&(g.moveTo(y,0),y+=A.spaceWidth+S.width,m.add(g))}if(t(p,m,y,p.properties.leading),p.add(m),"left"===e.align)p.moveTo(e.width-i,null,null);else if("right"===e.align){for(v in p.children)m=p.children[v],m.moveTo(e.width-m.width,null,null);p.moveTo(0-(e.width-i),null,null)}else{for(v in p.children)m=p.children[v],m.moveTo((p.width-m.width)/2,null,null);p.moveTo((e.width-p.width)/2,null,null)}p.moveTo(null,(e.height-p.height)/2,null),(e.height-p.height)/2<0&&p.moveTo(null,0,null)}else g=new s.Text(e.text),m=new s.Group("line0"),m.add(g),p.add(m),"left"===e.align?p.moveTo(e.width-i,null,null):"right"===e.align?p.moveTo(0-(e.width-i),null,null):p.moveTo((e.width-A.boundingBox.width)/2,null,null),p.moveTo(null,(e.height-A.boundingBox.height)/2,null);return a}function C(e,t,n,r){var i=parseInt(e,10),o=parseInt(t,10),a=Math.max(i,o),s=Math.min(i,o),l=.8*Math.min(s,a*r);return Math.round(Math.max(n,l))}function v(e){var t;t=null==e||null==e.nodeType?j.vars.resizableImages:[e];for(var n=0,r=t.length;n1){v.nodeValue="";for(var p=0;p=0?t:1)}function o(e){w?i(e):x.push(e)}null==document.readyState&&document.addEventListener&&(document.addEventListener("DOMContentLoaded",function e(){document.removeEventListener("DOMContentLoaded",e,!1),document.readyState="complete"},!1),document.readyState="loading");var a=e.document,s=a.documentElement,l="load",c=!1,u="on"+l,h="complete",f="readyState",d="attachEvent",p="detachEvent",A="addEventListener",g="DOMContentLoaded",m="onreadystatechange",v="removeEventListener",y=A in a,b=c,w=c,x=[];if(a[f]===h)i(n);else if(y)a[A](g,t,c),e[A](l,t,c);else{a[d](m,t),e[d](u,t);try{b=null==e.frameElement&&s}catch(e){}b&&b.doScroll&&!function t(){if(!w){try{b.doScroll("left")}catch(e){return i(t,50)}r(),n()}}()}return o.version="1.4.0",o.isReady=function(){return w},o}e.exports="undefined"!=typeof window&&n(window)},function(e,t,n){var o=encodeURIComponent,c=decodeURIComponent,u=n(4),a=n(5),h=/(\w+)\[(\d+)\]/,f=/\w+\.\w+/;t.parse=function(e){if("string"!=typeof e)return{};if(e=u(e),""===e)return{};"?"===e.charAt(0)&&(e=e.slice(1));for(var t={},n=e.split("&"),r=0;r=0;r--)n=e.charCodeAt(r),n>128?t.unshift(["&#",n,";"].join("")):t.unshift(e[r]);return t.join("")},t.imageExists=function(e,t){var n=new Image;n.onerror=function(){t.call(this,!1)},n.onload=function(){t.call(this,!0)},n.src=e},t.decodeHtmlEntity=function(e){return e.replace(/&#(\d+);/g,function(e,t){return String.fromCharCode(t)})},t.dimensionCheck=function(e){var t={height:e.clientHeight,width:e.clientWidth};return!(!t.height||!t.width)&&t},t.truthy=function(e){return"string"==typeof e?"true"===e||"yes"===e||"1"===e||"on"===e||"✓"===e:!!e},t.parseColor=function(e){var t,n=/(^(?:#?)[0-9a-f]{6}$)|(^(?:#?)[0-9a-f]{3}$)/i,r=/^rgb\((\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*\)$/,i=/^rgba\((\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(0\.\d{1,}|1)\)$/,o=e.match(n);return null!==o?(t=o[1]||o[2],"#"!==t[0]?"#"+t:t):(o=e.match(r),null!==o?t="rgb("+o.slice(1).join(",")+")":(o=e.match(i),null!==o?t="rgba("+o.slice(1).join(",")+")":null))},t.canvasRatio=function(){var e=1,t=1;if(i.document){var n=i.document.createElement("canvas");if(n.getContext){var r=n.getContext("2d");e=i.devicePixelRatio||1,t=r.webkitBackingStorePixelRatio||r.mozBackingStorePixelRatio||r.msBackingStorePixelRatio||r.oBackingStorePixelRatio||r.backingStorePixelRatio||1}}return e/t}}).call(t,function(){return this}())},function(e,t,n){(function(c){var u=n(9),s="http://www.w3.org/2000/svg",l=8;t.initSVG=function(e,t,n){var r,i,o=!1;e&&e.querySelector?(i=e.querySelector("style"),null===i&&(o=!0)):(e=u.newEl("svg",s),o=!0),o&&(r=u.newEl("defs",s),i=u.newEl("style",s),u.setAttr(i,{type:"text/css"}),r.appendChild(i),e.appendChild(r)),e.webkitMatchesSelector&&e.setAttribute("xmlns",s);for(var a=0;a=0;a--){var s=o.createProcessingInstruction("xml-stylesheet",'href="'+i[a]+'" rel="stylesheet"');o.insertBefore(s,o.firstChild)}o.removeChild(o.documentElement),r=n.serializeToString(o)}var l=n.serializeToString(e);return l=l.replace(/\&(\#[0-9]{2,}\;)/g,"&$1"),r+l}}}).call(t,function(){return this}())},function(e,t){(function(n){t.newEl=function(e,t){if(n.document)return null==t?n.document.createElement(e):n.document.createElementNS(t,e)},t.setAttr=function(e,t){for(var n in t)e.setAttribute(n,t[n])},t.createXML=function(){if(n.DOMParser)return(new DOMParser).parseFromString("","application/xml")},t.getNodeArray=function(e){var t=null;return"string"==typeof e?t=document.querySelectorAll(e):n.NodeList&&e instanceof n.NodeList?t=e:n.Node&&e instanceof n.Node?t=[e]:n.HTMLCollection&&e instanceof n.HTMLCollection?t=e:e instanceof Array?t=e:null===e&&(t=[]),t=Array.prototype.slice.call(t)}}).call(t,function(){return this}())},function(e,t){var s=function(e,t){"string"==typeof e&&(this.original=e,"#"===e.charAt(0)&&(e=e.slice(1)),/[^a-f0-9]+/i.test(e)||(3===e.length&&(e=e.replace(/./g,"$&$&")),6===e.length&&(this.alpha=1,t&&t.alpha&&(this.alpha=t.alpha),this.set(parseInt(e,16)))))};s.rgb2hex=function(e,t,n){function r(e){var t=(0|e).toString(16);return e<16&&(t="0"+t),t}return[e,t,n].map(r).join("")},s.hsl2rgb=function(e,t,n){var r=e/60,i=(1-Math.abs(2*n-1))*t,o=i*(1-Math.abs(parseInt(r)%2-1)),a=n-i/2,s=0,l=0,c=0;return r>=0&&r<1?(s=i,l=o):r>=1&&r<2?(s=o,l=i):r>=2&&r<3?(l=i,c=o):r>=3&&r<4?(l=o,c=i):r>=4&&r<5?(s=o,c=i):r>=5&&r<6&&(s=i,c=o),s+=a,l+=a,c+=a,s=parseInt(255*s),l=parseInt(255*l),c=parseInt(255*c),[s,l,c]},s.prototype.set=function(e){this.raw=e;var t=(16711680&this.raw)>>16,n=(65280&this.raw)>>8,r=255&this.raw,i=.2126*t+.7152*n+.0722*r,o=-.09991*t-.33609*n+.436*r,a=.615*t-.55861*n-.05639*r;return this.rgb={r:t,g:n,b:r},this.yuv={y:i,u:o,v:a},this},s.prototype.lighten=function(e){var t=Math.min(1,Math.max(0,Math.abs(e)))*(e<0?-1:1),n=255*t|0,r=Math.min(255,Math.max(0,this.rgb.r+n)),i=Math.min(255,Math.max(0,this.rgb.g+n)),o=Math.min(255,Math.max(0,this.rgb.b+n)),a=s.rgb2hex(r,i,o);return new s(a)},s.prototype.toHex=function(e){return(e?"#":"")+this.raw.toString(16)},s.prototype.lighterThan=function(e){return e instanceof s||(e=new s(e)),this.yuv.y>e.yuv.y},s.prototype.blendAlpha=function(e){e instanceof s||(e=new s(e));var t=e,n=this,r=t.alpha*t.rgb.r+(1-t.alpha)*n.rgb.r,i=t.alpha*t.rgb.g+(1-t.alpha)*n.rgb.g,o=t.alpha*t.rgb.b+(1-t.alpha)*n.rgb.b;return new s(s.rgb2hex(r,i,o))},e.exports=s},function(e,t){e.exports={version:"2.9.4",svg_ns:"http://www.w3.org/2000/svg"}},function(e,t,n){function w(e,t){return T.element({tag:t,width:e.width,height:e.height,fill:e.properties.fill})}function x(e){return i.cssProps({fill:e.fill,"font-weight":e.font.weight,"font-family":e.font.family+", monospace","font-size":e.font.size+e.font.units})}function S(e,t,n){var r=n/2;return["M",r,r,"H",e-r,"V",t-r,"H",r,"V",0,"M",0,r,"L",e,t-r,"M",0,t-r,"L",e,r].join(" ")}var k=n(13),C=n(8),r=n(11),i=n(7),E=r.svg_ns,T={element:function(e){var t=e.tag,n=e.content||"";return delete e.tag,delete e.content,[t,n,e]}};e.exports=function(e,t){var n=t.engineSettings,r=n.stylesheets,i=r.map(function(e){return''}).join("\n"),o="holder_"+Number(new Date).toString(16),a=e.root,s=a.children.holderTextGroup,l="#"+o+" text { "+x(s.properties)+" } ";s.y+=.8*s.textPositionData.boundingBox.height;var c=[];Object.keys(s.children).forEach(function(e){var o=s.children[e];Object.keys(o.children).forEach(function(e){var t=o.children[e],n=s.x+o.x+t.x,r=s.y+o.y+t.y,i=T.element({tag:"text",content:t.properties.text,x:n,y:r});c.push(i)})});var u=T.element({tag:"g",content:c}),h=null;if(a.children.holderBg.properties.outline){var f=a.children.holderBg.properties.outline;h=T.element({tag:"path",d:S(a.children.holderBg.width,a.children.holderBg.height,f.width),"stroke-width":f.width,stroke:f.fill,fill:"none"})}var d=w(a.children.holderBg,"rect"),p=[];p.push(d),f&&p.push(h),p.push(u);var A=T.element({tag:"g",id:o,content:p}),g=T.element({tag:"style",content:l,type:"text/css"}),m=T.element({tag:"defs",content:g}),v=T.element({tag:"svg",content:[m,A],width:a.properties.width,height:a.properties.height,xmlns:E,viewBox:[0,0,a.properties.width,a.properties.height].join(" "),preserveAspectRatio:"none"}),y=k(v);y=i+y[0];var b=C.svgStringToDataURI(y,"background"===t.mode);return b}},function(e,t,n){n(14);e.exports=function e(t,n,a){"use strict";function r(e){var t=e.match(/^[\w-]+/),n={tag:t?t[0]:"div",attr:{},children:[]},r=e.match(/#([\w-]+)/),i=e.match(/\$([\w-]+)/),o=e.match(/\.[\w-]+/g);return r&&(n.attr.id=r[1],a[r[1]]=n),i&&(a[i[1]]=n),o&&(n.attr["class"]=o.join(" ").replace(/\./g,"")),e.match(/&$/g)&&(d=!1),n}function i(e,t){if(null!==t&&t!==!1&&void 0!==t)return"string"!=typeof t&&"object"!=typeof t?String(t):t}function o(e){return e||0===e?String(e).replace(/&/g,"&").replace(/"/g,"""):""}function s(e){return String(e).replace(/&/g,"&").replace(/"/g,""").replace(/'/g,"'").replace(//g,">")}var l,c,u,h,f=1,d=!0;if(a=a||{},"string"==typeof t[0])t[0]=r(t[0]);else{if(!Array.isArray(t[0]))throw new Error("First element of array must be a string, or an array and not "+JSON.stringify(t[0]));f=0}for(;f",t[0]=l}return a[0]=t[0],u&&u(t[0]),a}},function(e,t){"use strict";function n(e){var t=""+e,n=s.exec(t);if(!n)return t;var r,i="",o=0,a=0;for(o=n.index;o]/;e.exports=n},function(e,t,n){var r=n(9),m=n(7);e.exports=function(){var A=r.newEl("canvas"),g=null;return function(e){null==g&&(g=A.getContext("2d"));var t=m.canvasRatio(),n=e.root;A.width=t*n.properties.width,A.height=t*n.properties.height,g.textBaseline="middle";var r=n.children.holderBg,i=t*r.width,o=t*r.height,a=2,s=a/2;g.fillStyle=r.properties.fill,g.fillRect(0,0,i,o),r.properties.outline&&(g.strokeStyle=r.properties.outline.fill,g.lineWidth=r.properties.outline.width,g.moveTo(s,s),g.lineTo(i-s,s),g.lineTo(i-s,o-s),g.lineTo(s,o-s),g.lineTo(s,s),g.moveTo(0,s),g.lineTo(i,o-s),g.moveTo(0,o-s),g.lineTo(i,s),g.stroke());var l=n.children.holderTextGroup;g.font=l.properties.font.weight+" "+t*l.properties.font.size+l.properties.font.units+" "+l.properties.font.family+", monospace",g.fillStyle=l.properties.fill;for(var c in l.children){var u=l.children[c];for(var h in u.children){var f=u.children[h],d=t*(l.x+u.x+f.x),p=t*(l.y+u.y+f.y+l.properties.leading/2);g.fillText(f.properties.text,d,p)}}return A.toDataURL("image/png")}}()}])}),function(e,t){t&&(Holder=e.Holder)}(this,"undefined"!=typeof Meteor&&"undefined"!=typeof Package); +!function(i){if(i.document){var o=i.document;o.querySelectorAll||(o.querySelectorAll=function(e){var t,n=o.createElement("style"),r=[];for(o.documentElement.firstChild.appendChild(n),o._qsa=[],n.styleSheet.cssText=e+"{x-qsa:expression(document._qsa && document._qsa.push(this))}",i.scrollBy(0,0),n.parentNode.removeChild(n);o._qsa.length;)t=o._qsa.shift(),t.style.removeAttribute("x-qsa"),r.push(t);return o._qsa=null,r}),o.querySelector||(o.querySelector=function(e){var t=o.querySelectorAll(e);return t.length?t[0]:null}),o.getElementsByClassName||(o.getElementsByClassName=function(e){return e=String(e).replace(/^|\s+/g,"."),o.querySelectorAll(e)}),Object.keys||(Object.keys=function(e){if(e!==Object(e))throw TypeError("Object.keys called on non-object");var t,n=[];for(t in e)Object.prototype.hasOwnProperty.call(e,t)&&n.push(t);return n}),Array.prototype.forEach||(Array.prototype.forEach=function(e){if(void 0===this||null===this)throw TypeError();var t=Object(this),n=t.length>>>0;if("function"!=typeof e)throw TypeError();var r,i=arguments[1];for(r=0;r>16&255)),r.push(String.fromCharCode(i>>8&255)),r.push(String.fromCharCode(255&i)),o=0,i=0),n+=1;return 12===o?(i>>=4,r.push(String.fromCharCode(255&i))):18===o&&(i>>=2,r.push(String.fromCharCode(i>>8&255)),r.push(String.fromCharCode(255&i))),r.join("")},e.btoa=e.btoa||function(e){e=String(e);var t,n,r,i,o,a,s,l=0,c=[];if(/[^\x00-\xFF]/.test(e))throw Error("InvalidCharacterError");for(;l>2,o=(3&t)<<4|n>>4,a=(15&n)<<2|r>>6,s=63&r,l===e.length+2?(a=64,s=64):l===e.length+1&&(s=64),c.push(u.charAt(i),u.charAt(o),u.charAt(a),u.charAt(s));return c.join("")}}(i),Object.prototype.hasOwnProperty||(Object.prototype.hasOwnProperty=function(e){var t=this.__proto__||this.constructor.prototype;return e in this&&(!(e in t)||t[e]!==this[e])}),function(){if("performance"in i==!1&&(i.performance={}),Date.now=Date.now||function(){return(new Date).getTime()},"now"in i.performance==!1){var e=Date.now();performance.timing&&performance.timing.navigationStart&&(e=performance.timing.navigationStart),i.performance.now=function(){return Date.now()-e}}}(),i.requestAnimationFrame||(i.webkitRequestAnimationFrame&&i.webkitCancelAnimationFrame?!function(t){t.requestAnimationFrame=function(e){return webkitRequestAnimationFrame(function(){e(t.performance.now())})},t.cancelAnimationFrame=t.webkitCancelAnimationFrame}(i):i.mozRequestAnimationFrame&&i.mozCancelAnimationFrame?!function(t){t.requestAnimationFrame=function(e){return mozRequestAnimationFrame(function(){e(t.performance.now())})},t.cancelAnimationFrame=t.mozCancelAnimationFrame}(i):!function(t){t.requestAnimationFrame=function(e){return t.setTimeout(e,1e3/60)},t.cancelAnimationFrame=t.clearTimeout}(i))}}(this),function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.Holder=t():e.Holder=t()}(this,function(){return function(n){function r(e){if(i[e])return i[e].exports;var t=i[e]={exports:{},id:e,loaded:!1};return n[e].call(t.exports,t,t.exports,r),t.loaded=!0,t.exports}var i={};return r.m=n,r.c=i,r.p="",r(0)}([function(e,t,n){e.exports=n(1)},function(D,e,F){(function(h){function o(e,t,n,r){var i=f(n.substr(n.lastIndexOf(e.domain)),e);i&&d({mode:null,el:r,flags:i,engineSettings:t})}function f(e,t){var n={theme:S(j.settings.themes.gray,null),stylesheets:t.stylesheets,instanceOptions:t},r=e.indexOf("?"),i=[e];r!==-1&&(i=[e.slice(0,r),e.slice(r+1)]);var o=i[0].split("/");n.holderURL=e;var a=o[1],s=a.match(/([\d]+p?)x([\d]+p?)/);if(!s)return!1;if(n.fluid=a.indexOf("p")!==-1,n.dimensions={width:s[1].replace("p","%"),height:s[2].replace("p","%")},2===i.length){var l=p.parse(i[1]);if(b.truthy(l.ratio)){n.fluid=!0;var c=parseFloat(n.dimensions.width.replace("%","")),u=parseFloat(n.dimensions.height.replace("%",""));u=Math.floor(100*(u/c)),c=100,n.dimensions.width=c+"%",n.dimensions.height=u+"%"}if(n.auto=b.truthy(l.auto),l.bg&&(n.theme.bg=b.parseColor(l.bg)),l.fg&&(n.theme.fg=b.parseColor(l.fg)),l.bg&&!l.fg&&(n.autoFg=!0),l.theme&&n.instanceOptions.themes.hasOwnProperty(l.theme)&&(n.theme=S(n.instanceOptions.themes[l.theme],null)),l.text&&(n.text=l.text),l.textmode&&(n.textmode=l.textmode),l.size&&(n.size=l.size),l.font&&(n.font=l.font),l.align&&(n.align=l.align),l.lineWrap&&(n.lineWrap=l.lineWrap),n.nowrap=b.truthy(l.nowrap),n.outline=b.truthy(l.outline),b.truthy(l.random)){j.vars.cache.themeKeys=j.vars.cache.themeKeys||Object.keys(n.instanceOptions.themes);var h=j.vars.cache.themeKeys[0|Math.random()*j.vars.cache.themeKeys.length];n.theme=S(n.instanceOptions.themes[h],null)}}return n}function d(e){var t=e.mode,n=e.el,r=e.flags,i=e.engineSettings,o=r.dimensions,a=r.theme,s=o.width+"x"+o.height;t=null==t?r.fluid?"fluid":"image":t;var l=/holder_([a-z]+)/g,c=!1;if(null!=r.text&&(a.text=r.text,"object"===n.nodeName.toLowerCase())){for(var u=a.text.split("\\n"),h=0;h1){var v,y=0,b=0,w=0;m=new s.Group("line"+w),"left"!==e.align&&"right"!==e.align||(o=e.width*(1-2*(1-r)));for(var x=0;x=o||k===!0)&&(t(p,m,y,p.properties.leading),p.add(m),y=0,b+=p.properties.leading,w+=1,m=new s.Group("line"+w),m.y=b),k!==!0&&(A.moveTo(y,0),y+=g.spaceWidth+S.width,m.add(A))}if(t(p,m,y,p.properties.leading),p.add(m),"left"===e.align)p.moveTo(e.width-i,null,null);else if("right"===e.align){for(v in p.children)m=p.children[v],m.moveTo(e.width-m.width,null,null);p.moveTo(0-(e.width-i),null,null)}else{for(v in p.children)m=p.children[v],m.moveTo((p.width-m.width)/2,null,null);p.moveTo((e.width-p.width)/2,null,null)}p.moveTo(null,(e.height-p.height)/2,null),(e.height-p.height)/2<0&&p.moveTo(null,0,null)}else A=new s.Text(e.text),m=new s.Group("line0"),m.add(A),p.add(m),"left"===e.align?p.moveTo(e.width-i,null,null):"right"===e.align?p.moveTo(0-(e.width-i),null,null):p.moveTo((e.width-g.boundingBox.width)/2,null,null),p.moveTo(null,(e.height-g.boundingBox.height)/2,null);return a}function C(e,t,n,r){var i=parseInt(e,10),o=parseInt(t,10),a=Math.max(i,o),s=Math.min(i,o),l=.8*Math.min(s,a*r);return Math.round(Math.max(n,l))}function v(e){var t;t=null==e||null==e.nodeType?j.vars.resizableImages:[e];for(var n=0,r=t.length;n1){v.nodeValue="";for(var p=0;p=0?t:1)}function o(e){w?i(e):x.push(e)}null==document.readyState&&document.addEventListener&&(document.addEventListener("DOMContentLoaded",function e(){document.removeEventListener("DOMContentLoaded",e,!1),document.readyState="complete"},!1),document.readyState="loading");var a=e.document,s=a.documentElement,l="load",c=!1,u="on"+l,h="complete",f="readyState",d="attachEvent",p="detachEvent",g="addEventListener",A="DOMContentLoaded",m="onreadystatechange",v="removeEventListener",y=g in a,b=c,w=c,x=[];if(a[f]===h)i(n);else if(y)a[g](A,t,c),e[g](l,t,c);else{a[d](m,t),e[d](u,t);try{b=null==e.frameElement&&s}catch(e){}b&&b.doScroll&&!function t(){if(!w){try{b.doScroll("left")}catch(e){return i(t,50)}r(),n()}}()}return o.version="1.4.0",o.isReady=function(){return w},o}e.exports="undefined"!=typeof window&&n(window)},function(e,t,n){var o=encodeURIComponent,c=decodeURIComponent,u=n(4),a=n(5),h=/(\w+)\[(\d+)\]/,f=/\w+\.\w+/;t.parse=function(e){if("string"!=typeof e)return{};if(e=u(e),""===e)return{};"?"===e.charAt(0)&&(e=e.slice(1));for(var t={},n=e.split("&"),r=0;r=0;r--)n=e.charCodeAt(r),n>128?t.unshift(["&#",n,";"].join("")):t.unshift(e[r]);return t.join("")},t.imageExists=function(e,t){var n=new Image;n.onerror=function(){t.call(this,!1)},n.onload=function(){t.call(this,!0)},n.src=e},t.decodeHtmlEntity=function(e){return e.replace(/&#(\d+);/g,function(e,t){return String.fromCharCode(t)})},t.dimensionCheck=function(e){var t={height:e.clientHeight,width:e.clientWidth};return!(!t.height||!t.width)&&t},t.truthy=function(e){return"string"==typeof e?"true"===e||"yes"===e||"1"===e||"on"===e||"✓"===e:!!e},t.parseColor=function(e){var t,n=/(^(?:#?)[0-9a-f]{6}$)|(^(?:#?)[0-9a-f]{3}$)/i,r=/^rgb\((\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*\)$/,i=/^rgba\((\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(0\.\d{1,}|1)\)$/,o=e.match(n);return null!==o?(t=o[1]||o[2],"#"!==t[0]?"#"+t:t):(o=e.match(r),null!==o?t="rgb("+o.slice(1).join(",")+")":(o=e.match(i),null!==o?t="rgba("+o.slice(1).join(",")+")":null))},t.canvasRatio=function(){var e=1,t=1;if(i.document){var n=i.document.createElement("canvas");if(n.getContext){var r=n.getContext("2d");e=i.devicePixelRatio||1,t=r.webkitBackingStorePixelRatio||r.mozBackingStorePixelRatio||r.msBackingStorePixelRatio||r.oBackingStorePixelRatio||r.backingStorePixelRatio||1}}return e/t}}).call(t,function(){return this}())},function(e,t,n){(function(c){var u=n(9),s="http://www.w3.org/2000/svg",l=8;t.initSVG=function(e,t,n){var r,i,o=!1;e&&e.querySelector?(i=e.querySelector("style"),null===i&&(o=!0)):(e=u.newEl("svg",s),o=!0),o&&(r=u.newEl("defs",s),i=u.newEl("style",s),u.setAttr(i,{type:"text/css"}),r.appendChild(i),e.appendChild(r)),e.webkitMatchesSelector&&e.setAttribute("xmlns",s);for(var a=0;a=0;a--){var s=o.createProcessingInstruction("xml-stylesheet",'href="'+i[a]+'" rel="stylesheet"');o.insertBefore(s,o.firstChild)}o.removeChild(o.documentElement),r=n.serializeToString(o)}var l=n.serializeToString(e);return l=l.replace(/\&(\#[0-9]{2,}\;)/g,"&$1"),r+l}}}).call(t,function(){return this}())},function(e,t){(function(n){t.newEl=function(e,t){if(n.document)return null==t?n.document.createElement(e):n.document.createElementNS(t,e)},t.setAttr=function(e,t){for(var n in t)e.setAttribute(n,t[n])},t.createXML=function(){if(n.DOMParser)return(new DOMParser).parseFromString("","application/xml")},t.getNodeArray=function(e){var t=null;return"string"==typeof e?t=document.querySelectorAll(e):n.NodeList&&e instanceof n.NodeList?t=e:n.Node&&e instanceof n.Node?t=[e]:n.HTMLCollection&&e instanceof n.HTMLCollection?t=e:e instanceof Array?t=e:null===e&&(t=[]),t=Array.prototype.slice.call(t)}}).call(t,function(){return this}())},function(e,t){var s=function(e,t){"string"==typeof e&&(this.original=e,"#"===e.charAt(0)&&(e=e.slice(1)),/[^a-f0-9]+/i.test(e)||(3===e.length&&(e=e.replace(/./g,"$&$&")),6===e.length&&(this.alpha=1,t&&t.alpha&&(this.alpha=t.alpha),this.set(parseInt(e,16)))))};s.rgb2hex=function(e,t,n){function r(e){var t=(0|e).toString(16);return e<16&&(t="0"+t),t}return[e,t,n].map(r).join("")},s.hsl2rgb=function(e,t,n){var r=e/60,i=(1-Math.abs(2*n-1))*t,o=i*(1-Math.abs(parseInt(r)%2-1)),a=n-i/2,s=0,l=0,c=0;return r>=0&&r<1?(s=i,l=o):r>=1&&r<2?(s=o,l=i):r>=2&&r<3?(l=i,c=o):r>=3&&r<4?(l=o,c=i):r>=4&&r<5?(s=o,c=i):r>=5&&r<6&&(s=i,c=o),s+=a,l+=a,c+=a,s=parseInt(255*s),l=parseInt(255*l),c=parseInt(255*c),[s,l,c]},s.prototype.set=function(e){this.raw=e;var t=(16711680&this.raw)>>16,n=(65280&this.raw)>>8,r=255&this.raw,i=.2126*t+.7152*n+.0722*r,o=-.09991*t-.33609*n+.436*r,a=.615*t-.55861*n-.05639*r;return this.rgb={r:t,g:n,b:r},this.yuv={y:i,u:o,v:a},this},s.prototype.lighten=function(e){var t=Math.min(1,Math.max(0,Math.abs(e)))*(e<0?-1:1),n=255*t|0,r=Math.min(255,Math.max(0,this.rgb.r+n)),i=Math.min(255,Math.max(0,this.rgb.g+n)),o=Math.min(255,Math.max(0,this.rgb.b+n)),a=s.rgb2hex(r,i,o);return new s(a)},s.prototype.toHex=function(e){return(e?"#":"")+this.raw.toString(16)},s.prototype.lighterThan=function(e){return e instanceof s||(e=new s(e)),this.yuv.y>e.yuv.y},s.prototype.blendAlpha=function(e){e instanceof s||(e=new s(e));var t=e,n=this,r=t.alpha*t.rgb.r+(1-t.alpha)*n.rgb.r,i=t.alpha*t.rgb.g+(1-t.alpha)*n.rgb.g,o=t.alpha*t.rgb.b+(1-t.alpha)*n.rgb.b;return new s(s.rgb2hex(r,i,o))},e.exports=s},function(e,t){e.exports={version:"2.9.4",svg_ns:"http://www.w3.org/2000/svg"}},function(e,t,n){function w(e,t){return T.element({tag:t,width:e.width,height:e.height,fill:e.properties.fill})}function x(e){return i.cssProps({fill:e.fill,"font-weight":e.font.weight,"font-family":e.font.family+", monospace","font-size":e.font.size+e.font.units})}function S(e,t,n){var r=n/2;return["M",r,r,"H",e-r,"V",t-r,"H",r,"V",0,"M",0,r,"L",e,t-r,"M",0,t-r,"L",e,r].join(" ")}var k=n(13),C=n(8),r=n(11),i=n(7),E=r.svg_ns,T={element:function(e){var t=e.tag,n=e.content||"";return delete e.tag,delete e.content,[t,n,e]}};e.exports=function(e,t){var n=t.engineSettings,r=n.stylesheets,i=r.map(function(e){return''}).join("\n"),o="holder_"+Number(new Date).toString(16),a=e.root,s=a.children.holderTextGroup,l="#"+o+" text { "+x(s.properties)+" } ";s.y+=.8*s.textPositionData.boundingBox.height;var c=[];Object.keys(s.children).forEach(function(e){var o=s.children[e];Object.keys(o.children).forEach(function(e){var t=o.children[e],n=s.x+o.x+t.x,r=s.y+o.y+t.y,i=T.element({tag:"text",content:t.properties.text,x:n,y:r});c.push(i)})});var u=T.element({tag:"g",content:c}),h=null;if(a.children.holderBg.properties.outline){var f=a.children.holderBg.properties.outline;h=T.element({tag:"path",d:S(a.children.holderBg.width,a.children.holderBg.height,f.width),"stroke-width":f.width,stroke:f.fill,fill:"none"})}var d=w(a.children.holderBg,"rect"),p=[];p.push(d),f&&p.push(h),p.push(u);var g=T.element({tag:"g",id:o,content:p}),A=T.element({tag:"style",content:l,type:"text/css"}),m=T.element({tag:"defs",content:A}),v=T.element({tag:"svg",content:[m,g],width:a.properties.width,height:a.properties.height,xmlns:E,viewBox:[0,0,a.properties.width,a.properties.height].join(" "),preserveAspectRatio:"none"}),y=k(v);y=i+y[0];var b=C.svgStringToDataURI(y,"background"===t.mode);return b}},function(e,t,n){n(14);e.exports=function e(t,n,a){"use strict";function r(e){var t=e.match(/^[\w-]+/),n={tag:t?t[0]:"div",attr:{},children:[]},r=e.match(/#([\w-]+)/),i=e.match(/\$([\w-]+)/),o=e.match(/\.[\w-]+/g);return r&&(n.attr.id=r[1],a[r[1]]=n),i&&(a[i[1]]=n),o&&(n.attr["class"]=o.join(" ").replace(/\./g,"")),e.match(/&$/g)&&(d=!1),n}function i(e,t){if(null!==t&&t!==!1&&void 0!==t)return"string"!=typeof t&&"object"!=typeof t?String(t):t}function o(e){return e||0===e?String(e).replace(/&/g,"&").replace(/"/g,"""):""}function s(e){return String(e).replace(/&/g,"&").replace(/"/g,""").replace(/'/g,"'").replace(//g,">")}var l,c,u,h,f=1,d=!0;if(a=a||{},"string"==typeof t[0])t[0]=r(t[0]);else{if(!Array.isArray(t[0]))throw new Error("First element of array must be a string, or an array and not "+JSON.stringify(t[0]));f=0}for(;f",t[0]=l}return a[0]=t[0],u&&u(t[0]),a}},function(e,t){"use strict";function n(e){var t=""+e,n=s.exec(t);if(!n)return t;var r,i="",o=0,a=0;for(o=n.index;o]/;e.exports=n},function(e,t,n){var r=n(9),m=n(7);e.exports=function(){var g=r.newEl("canvas"),A=null;return function(e){null==A&&(A=g.getContext("2d"));var t=m.canvasRatio(),n=e.root;g.width=t*n.properties.width,g.height=t*n.properties.height,A.textBaseline="middle";var r=n.children.holderBg,i=t*r.width,o=t*r.height,a=2,s=a/2;A.fillStyle=r.properties.fill,A.fillRect(0,0,i,o),r.properties.outline&&(A.strokeStyle=r.properties.outline.fill,A.lineWidth=r.properties.outline.width,A.moveTo(s,s),A.lineTo(i-s,s),A.lineTo(i-s,o-s),A.lineTo(s,o-s),A.lineTo(s,s),A.moveTo(0,s),A.lineTo(i,o-s),A.moveTo(0,o-s),A.lineTo(i,s),A.stroke());var l=n.children.holderTextGroup;A.font=l.properties.font.weight+" "+t*l.properties.font.size+l.properties.font.units+" "+l.properties.font.family+", monospace",A.fillStyle=l.properties.fill;for(var c in l.children){var u=l.children[c];for(var h in u.children){var f=u.children[h],d=t*(l.x+u.x+f.x),p=t*(l.y+u.y+f.y+l.properties.leading/2);A.fillText(f.properties.text,d,p)}}return g.toDataURL("image/png")}}()}])}),function(e,t){t&&(Holder=e.Holder)}(this,"undefined"!=typeof Meteor&&"undefined"!=typeof Package); /*! * jQuery Smooth Scroll - v2.2.0 - 2017-05-05 * https://github.com/kswedberg/jquery-smooth-scroll * Copyright (c) 2017 Karl Swedberg * Licensed MIT */ -!function(e){"function"==typeof define&&define.amd?define(["jquery"],e):e("object"==typeof module&&module.exports?require("jquery"):jQuery)}(function(m){var d={},e={exclude:[],excludeWithin:[],offset:0,direction:"top",delegateSelector:null,scrollElement:null,scrollTarget:null,autoFocus:!1,beforeScroll:function(){},afterScroll:function(){},easing:"swing",speed:400,autoCoefficient:2,preventDefault:!0},n=function(e){var t=[],n=!1,r=e.dir&&"left"===e.dir?"scrollLeft":"scrollTop";return this.each(function(){var e=m(this);if(this!==document&&this!==window)return!document.scrollingElement||this!==document.documentElement&&this!==document.body?void(e[r]()>0?t.push(this):(e[r](1),n=e[r]()>0,n&&t.push(this),e[r](0))):(t.push(document.scrollingElement),!1)}),t.length||this.each(function(){this===document.documentElement&&"smooth"===m(this).css("scrollBehavior")&&(t=[this]),t.length||"BODY"!==this.nodeName||(t=[this])}),"first"===e.el&&t.length>1&&(t=[t[0]]),t},r=/^([\-\+]=)(\d+)/;m.fn.extend({scrollable:function(e){var t=n.call(this,{dir:e});return this.pushStack(t)},firstScrollable:function(e){var t=n.call(this,{el:"first",dir:e});return this.pushStack(t)},smoothScroll:function(e,n){if("options"===(e=e||{}))return n?this.each(function(){var e=m(this),t=m.extend(e.data("ssOpts")||{},n);m(this).data("ssOpts",t)}):this.first().data("ssOpts");var g=m.extend({},m.fn.smoothScroll.defaults,e),t=function(e){var t=function(e){return e.replace(/(:|\.|\/)/g,"\\$1")},n=this,r=m(this),i=m.extend({},g,r.data("ssOpts")||{}),o=g.exclude,a=i.excludeWithin,s=0,l=0,c=!0,u={},h=m.smoothScroll.filterPath(location.pathname),f=m.smoothScroll.filterPath(n.pathname),d=location.hostname===n.hostname||!n.hostname,p=i.scrollTarget||f===h,A=t(n.hash);if(A&&!m(A).length&&(c=!1),i.scrollTarget||d&&p&&A){for(;c&&ss;s++){var c=a[s].split("="),u=p(c.shift()),h=c.join("=");if(e&&e===u){o=g(h,t);break}e||void 0===(h=g(h))||(o[u]=h)}return o};m.defaults={},f.removeCookie=function(e,t){return void 0===f.cookie(e)?!1:(f.cookie(e,"",f.extend({},t,{expires:-1})),!f.cookie(e))}});(function(u){"use strict";var a=function(e,t,n){this.el=e;this.$el=u(e);this.options=t;this.uuid=this.$el.attr("id")?this.$el.attr("id"):n;this.state={};this.init();return this};a.prototype={init:function(){var n=this;n._load();n.$el.find("ul").each(function(e){var t=u(this);t.attr("data-index",e);if(n.options.save&&n.state.hasOwnProperty(e)){t.parent().addClass(n.options.openClass);t.show()}else if(t.parent().hasClass(n.options.openClass)){t.show();n.state[e]=1}else if(t.parent().hasClass("active")){n.toggle(true,e)}else{t.hide()}});var e=u("").append(n.options.caretHtml);var t=n.$el.find("li > a");n._trigger(e,false);n._trigger(t,true);n.$el.find("li:has(ul) > a").append(e);n.options.onInitAfter.call(this,this,{})},_trigger:function(e,o){var a=this;e.on("click",function(e){e.stopPropagation();var t=o?u(this).next():u(this).parent().next();var n=false;if(o){var r=u(this).attr("href");n=r===undefined||r===""||r==="#"}t=t.length>0?t:false;a.options.onClickBefore.call(this,e,t);if(!o||t&&n){e.preventDefault();a._toggle(t,t.is(":hidden"));a._save()}else if(a.options.accordion){var i=a.state=a._parents(u(this));a.$el.find("ul").filter(":visible").each(function(){var e=u(this),t=e.attr("data-index");if(!i.hasOwnProperty(t)){a._toggle(e,false)}});a._save()}a.options.onClickAfter.call(this,e,t)})},_toggle:function(e,t){var n=this,r=e.attr("data-index"),i=e.parent();n.options.onToggleBefore.call(this,e,t);if(t){i.addClass(n.options.openClass);e.slideDown(n.options.slide);n.state[r]=1;if(n.options.accordion){var o=n.state=n._parents(e);o[r]=n.state[r]=1;n.$el.find("ul").filter(":visible").each(function(){var e=u(this),t=e.attr("data-index");if(!o.hasOwnProperty(t)){n._toggle(e,false)}})}}else{i.removeClass(n.options.openClass);e.slideUp(n.options.slide);n.state[r]=0}n.options.onToggleAfter.call(this,e,t)},_parents:function(e,n){var r={},t=e.parent(),i=t.parents("ul");i.each(function(){var e=u(this),t=e.attr("data-index");if(!t){return false}r[t]=n?e:1});return r},_save:function(){if(this.options.save){var e={};for(var t in this.state){if(this.state[t]===1){e[t]=1}}if(this.options.storageType==="local"&&typeof Storage!=="undefined"){i=i===null?{}:i;i[this.uuid]=this.state=e;var n=JSON.stringify(i);sessionStorage.setItem(this.options.cookie.name,n)}else{r[this.uuid]=this.state=e;u.cookie(this.options.cookie.name,JSON.stringify(r),this.options.cookie)}}},_load:function(){if(this.options.save){if(this.options.storageType==="local"&&typeof Storage!=="undefined"){var e=sessionStorage.getItem(this.options.cookie.name);var t=e&&e!=="undefined"?JSON.parse(e):{};this.state=t.hasOwnProperty(this.uuid)?t[this.uuid]:{}}else if(this.options.storageType==="cookie"){if(r===null){var n=u.cookie(this.options.cookie.name);r=n?JSON.parse(n):{}}this.state=r.hasOwnProperty(this.uuid)?r[this.uuid]:{}}}},toggle:function(t){var n=this,e=arguments.length;if(e<=1){n.$el.find("ul").each(function(){var e=u(this);n._toggle(e,t)})}else{var r,i={},o=Array.prototype.slice.call(arguments,1);e--;for(var a=0;a a").unbind("click");this.$el.find("li:has(ul) > a > span").unbind("click")}};u.fn.navgoco=function(r){if(typeof r==="string"&&r.charAt(0)!=="_"&&r!=="init"){var i=true,o=Array.prototype.slice.call(arguments,1)}else{r=u.extend({},u.fn.navgoco.defaults,r||{});if(!u.cookie&&r.storageType==="cookie"){r.save=false}}return this.each(function(e){var t=u(this),n=t.data("navgoco");if(!n){n=new a(this,i?u.fn.navgoco.defaults:r,e);t.data("navgoco",n)}if(i){n[r].apply(n,o)}})};var r=null,i=null;u.fn.navgoco.defaults={storageType:"cookie",caretHtml:"",accordion:false,openClass:"open",save:true,cookie:{name:"navgoco",expires:false,path:"/"},slide:{duration:400,easing:"swing"},onInitAfter:u.noop,onClickBefore:u.noop,onClickAfter:u.noop,onToggleBefore:u.noop,onToggleAfter:u.noop}})(jQuery);(function(i){"use strict";i(function(){i(".tooltip-demo").tooltip({selector:'[data-toggle="tooltip"]',container:"body"});i(document).on("click",'[data-toggle="lightbox"]',function(e){e.preventDefault();i(this).ekkoLightbox()});i('[data-toggle="popover"]').popover();i(".tooltip-test").tooltip();i(".popover-test").popover();i('.bd-example-indeterminate [type="checkbox"]').prop("indeterminate",true);i('.bd-content [href="#"]').click(function(e){e.preventDefault()});i("#exampleModal").on("show.bs.modal",function(e){var t=i(e.relatedTarget);var n=t.data("whatever");var r=i(this);r.find(".modal-title").text("New message to "+n);r.find(".modal-body input").val(n)});i(".bd-toggle-animated-progress").on("click",function(){i(this).siblings(".progress").find(".progress-bar-striped").toggleClass("progress-bar-animated")});i("figure.highlight, div.highlight").each(function(){var e='
';i(this).before(e);i(".btn-clipboard").tooltip().on("mouseleave",function(){i(this).tooltip("hide")})});var e=new Clipboard(".btn-clipboard",{target:function(e){return e.parentNode.nextElementSibling}});e.on("success",function(e){i(e.trigger).attr("title","Copied!").tooltip("_fixTitle").tooltip("show").attr("title","Copy to clipboard").tooltip("_fixTitle");e.clearSelection()});e.on("error",function(e){var t=/Mac/i.test(navigator.userAgent)?"⌘":"Ctrl-";var n="Press "+t+"C to copy";i(e.trigger).attr("title",n).tooltip("_fixTitle").tooltip("show").attr("title","Copy to clipboard").tooltip("_fixTitle")});var t=i("#bd-docs-nav-list").navgoco({caretHtml:'',accordion:true,openClass:"opened",save:true,storageType:"local",cookie:{name:"codefresh-menu",expires:false,path:"/"},slide:{duration:10,easing:"linear"},onInitAfter:function(e){var t=i("#bd-docs-nav");var n=i("#bd-docs-nav li.active");if(n.length>0){var r=t.scrollTop()+(n.last().offset().top-(window.localStorage.getItem("scrollto")||t.height()/2));r=r.toFixed();setTimeout(function(){t.animate({scrollTop:r},{duration:0,easing:"linear",complete:function(){window.localStorage.removeItem("scrollto")}})},0)}},onClickAfter:function(e,t){window.localStorage.setItem("scrollto",i(e.currentTarget).offset().top)}});anchors.options={icon:"#"};anchors.add(".bd-content-inner > h2, .bd-content-inner > h3, .bd-content-inner > h4, .bd-content-inner > h5");i(".bd-content-inner > h2, .bd-content-inner > h3, .bd-content-inner > h4, .bd-content-inner > h5").wrapInner("
");i("a").smoothScroll({offset:0});i(".section-nav").on("click","a",function(){window.location.hash=i(this).attr("href");return false});if(window.docsearch){var n=window.docsearch({apiKey:"3d145052b8422fa173d681e9a761f81e",indexName:"codefresh",inputSelector:".doc-search-input",handleSelected:function(e,t,n){var r=n.url;r=n.isLvl1?r.split("#")[0]:r;window.location.href=r},algoliaOptions:{hitsPerPage:6},transformData:function(e){return e.map(function(e){if(location.href.match(/(192.168|127.0.|localhost).*:19001/)){e.url=e.url.replace("https://vmechkauskas-codefresh.github.io/","/")}return e})},debug:false});var r={getUrlParameter:function e(t){t=t.replace(/[[]/,"\\[").replace(/[\]]/,"\\]");var n=new RegExp("[\\?&]"+t+"=([^&#]*)");var r=n.exec(location.search);return r===null?"":decodeURIComponent(r[1].replace(/\+/g," "))},triggerSearch:function e(t){var n=this.getUrlParameter("q");if(n.length>0&&t&&t.input){var r=i(t.input[0]);r.focus().trigger("input").trigger("keypress");t.input.autocomplete.setVal(n);setTimeout(function(){t.input.autocomplete.open()},500)}}};r.triggerSearch(n)}Holder.addTheme("gray",{bg:"#777",fg:"rgba(255,255,255,.75)",font:"Helvetica",fontweight:"normal"})})})(jQuery);(function(){"use strict";function e(){var e=/MSIE ([0-9.]+)/.exec(window.navigator.userAgent);if(e===null){return null}var t=parseInt(e[1],10);var n=Math.floor(t);return n}function t(){var e=new Function("/*@cc_on return @_jscript_version; @*/")();if(typeof e==="undefined"){return 11}if(e<9){return 8}return e}var n=window.navigator.userAgent;if(n.indexOf("Opera")>-1||n.indexOf("Presto")>-1){return}var r=e();if(r===null){return}var i=t();if(r!==i){window.alert("WARNING: You appear to be using IE"+i+" in IE"+r+" emulation mode.\nIE emulation modes can behave significantly differently from ACTUAL older versions of IE.\nPLEASE DON'T FILE BOOTSTRAP BUGS based on testing in IE emulation modes!")}})();(function(){"use strict";if("serviceWorker"in navigator){window.addEventListener("load",function(){navigator.serviceWorker.register("/sw.js").then(function(e){console.log("ServiceWorker registration successful with scope: ",e.scope)}).catch(function(e){console.log("ServiceWorker registration failed: ",e)})})}else{console.log("Service workers are not supported.")}})();(function(n){"use strict";function r(){return document.cookie.split(";").find(function(e){return e.trim().startsWith("doctype")})}function i(e){var t=e.split("=").pop();return t==="ArgoPlatform"}function o(e){var t=e.split("=").pop();return t==="Classic"}function a(e){var t=localStorage.getItem("redirectFrom");return o(e)&&t&&t.startsWith(location.origin)}function s(){document.cookie="doctype=ArgoPlatform; SameSite=Lax; Secure; Domain=.codefresh.io; Max-age=2592000; Path=/"}function l(){s();n("#redirectModal").modal("hide")}n(function(){if(window.location.hostname==="localhost"){return}n("#bd-codefresh-docs").on("click",function(){s();localStorage.removeItem("redirectFrom");if(typeof window.ga==="function"){window.ga("send","event","Navbar","Docs links","Open CSDP Docs")}});try{var e=r();if(e){if(i(e)){localStorage.setItem("redirectFrom",window.location.href);window.location.href="https://codefresh.io/csdp-docs/"}else if(a(e)){n("#redirectModal").modal({backdrop:false,show:true});n("#redirectModal").on("hide.bs.modal",function(){localStorage.removeItem("redirectFrom")});var t=localStorage.getItem("redirectFrom");n("#redirectModal .redirect-popup__footer-link").attr("href",t);n("#redirectModal .redirect-popup__footer-link").on("click",l)}}}catch(e){console.error(e)}})})(jQuery); \ No newline at end of file +!function(e){"function"==typeof define&&define.amd?define(["jquery"],e):e("object"==typeof module&&module.exports?require("jquery"):jQuery)}(function(m){var d={},e={exclude:[],excludeWithin:[],offset:0,direction:"top",delegateSelector:null,scrollElement:null,scrollTarget:null,autoFocus:!1,beforeScroll:function(){},afterScroll:function(){},easing:"swing",speed:400,autoCoefficient:2,preventDefault:!0},n=function(e){var t=[],n=!1,r=e.dir&&"left"===e.dir?"scrollLeft":"scrollTop";return this.each(function(){var e=m(this);if(this!==document&&this!==window)return!document.scrollingElement||this!==document.documentElement&&this!==document.body?void(e[r]()>0?t.push(this):(e[r](1),n=e[r]()>0,n&&t.push(this),e[r](0))):(t.push(document.scrollingElement),!1)}),t.length||this.each(function(){this===document.documentElement&&"smooth"===m(this).css("scrollBehavior")&&(t=[this]),t.length||"BODY"!==this.nodeName||(t=[this])}),"first"===e.el&&t.length>1&&(t=[t[0]]),t},r=/^([\-\+]=)(\d+)/;m.fn.extend({scrollable:function(e){var t=n.call(this,{dir:e});return this.pushStack(t)},firstScrollable:function(e){var t=n.call(this,{el:"first",dir:e});return this.pushStack(t)},smoothScroll:function(e,n){if("options"===(e=e||{}))return n?this.each(function(){var e=m(this),t=m.extend(e.data("ssOpts")||{},n);m(this).data("ssOpts",t)}):this.first().data("ssOpts");var A=m.extend({},m.fn.smoothScroll.defaults,e),t=function(e){var t=function(e){return e.replace(/(:|\.|\/)/g,"\\$1")},n=this,r=m(this),i=m.extend({},A,r.data("ssOpts")||{}),o=A.exclude,a=i.excludeWithin,s=0,l=0,c=!0,u={},h=m.smoothScroll.filterPath(location.pathname),f=m.smoothScroll.filterPath(n.pathname),d=location.hostname===n.hostname||!n.hostname,p=i.scrollTarget||f===h,g=t(n.hash);if(g&&!m(g).length&&(c=!1),i.scrollTarget||d&&p&&g){for(;c&&ss;s++){var c=a[s].split("="),u=p(c.shift()),h=c.join("=");if(e&&e===u){o=A(h,t);break}e||void 0===(h=A(h))||(o[u]=h)}return o};m.defaults={},f.removeCookie=function(e,t){return void 0===f.cookie(e)?!1:(f.cookie(e,"",f.extend({},t,{expires:-1})),!f.cookie(e))}});(function(u){"use strict";var a=function(e,t,n){this.el=e;this.$el=u(e);this.options=t;this.uuid=this.$el.attr("id")?this.$el.attr("id"):n;this.state={};this.init();return this};a.prototype={init:function(){var n=this;n._load();n.$el.find("ul").each(function(e){var t=u(this);t.attr("data-index",e);if(n.options.save&&n.state.hasOwnProperty(e)){t.parent().addClass(n.options.openClass);t.show()}else if(t.parent().hasClass(n.options.openClass)){t.show();n.state[e]=1}else if(t.parent().hasClass("active")){n.toggle(true,e)}else{t.hide()}});var e=u("").append(n.options.caretHtml);var t=n.$el.find("li > a");n._trigger(e,false);n._trigger(t,true);n.$el.find("li:has(ul) > a").append(e);n.options.onInitAfter.call(this,this,{})},_trigger:function(e,o){var a=this;e.on("click",function(e){e.stopPropagation();var t=o?u(this).next():u(this).parent().next();var n=false;if(o){var r=u(this).attr("href");n=r===undefined||r===""||r==="#"}t=t.length>0?t:false;a.options.onClickBefore.call(this,e,t);if(!o||t&&n){e.preventDefault();a._toggle(t,t.is(":hidden"));a._save()}else if(a.options.accordion){var i=a.state=a._parents(u(this));a.$el.find("ul").filter(":visible").each(function(){var e=u(this),t=e.attr("data-index");if(!i.hasOwnProperty(t)){a._toggle(e,false)}});a._save()}a.options.onClickAfter.call(this,e,t)})},_toggle:function(e,t){var n=this,r=e.attr("data-index"),i=e.parent();n.options.onToggleBefore.call(this,e,t);if(t){i.addClass(n.options.openClass);e.slideDown(n.options.slide);n.state[r]=1;if(n.options.accordion){var o=n.state=n._parents(e);o[r]=n.state[r]=1;n.$el.find("ul").filter(":visible").each(function(){var e=u(this),t=e.attr("data-index");if(!o.hasOwnProperty(t)){n._toggle(e,false)}})}}else{i.removeClass(n.options.openClass);e.slideUp(n.options.slide);n.state[r]=0}n.options.onToggleAfter.call(this,e,t)},_parents:function(e,n){var r={},t=e.parent(),i=t.parents("ul");i.each(function(){var e=u(this),t=e.attr("data-index");if(!t){return false}r[t]=n?e:1});return r},_save:function(){if(this.options.save){var e={};for(var t in this.state){if(this.state[t]===1){e[t]=1}}if(this.options.storageType==="local"&&typeof Storage!=="undefined"){i=i===null?{}:i;i[this.uuid]=this.state=e;var n=JSON.stringify(i);sessionStorage.setItem(this.options.cookie.name,n)}else{r[this.uuid]=this.state=e;u.cookie(this.options.cookie.name,JSON.stringify(r),this.options.cookie)}}},_load:function(){if(this.options.save){if(this.options.storageType==="local"&&typeof Storage!=="undefined"){var e=sessionStorage.getItem(this.options.cookie.name);var t=e&&e!=="undefined"?JSON.parse(e):{};this.state=t.hasOwnProperty(this.uuid)?t[this.uuid]:{}}else if(this.options.storageType==="cookie"){if(r===null){var n=u.cookie(this.options.cookie.name);r=n?JSON.parse(n):{}}this.state=r.hasOwnProperty(this.uuid)?r[this.uuid]:{}}}},toggle:function(t){var n=this,e=arguments.length;if(e<=1){n.$el.find("ul").each(function(){var e=u(this);n._toggle(e,t)})}else{var r,i={},o=Array.prototype.slice.call(arguments,1);e--;for(var a=0;a a").unbind("click");this.$el.find("li:has(ul) > a > span").unbind("click")}};u.fn.navgoco=function(r){if(typeof r==="string"&&r.charAt(0)!=="_"&&r!=="init"){var i=true,o=Array.prototype.slice.call(arguments,1)}else{r=u.extend({},u.fn.navgoco.defaults,r||{});if(!u.cookie&&r.storageType==="cookie"){r.save=false}}return this.each(function(e){var t=u(this),n=t.data("navgoco");if(!n){n=new a(this,i?u.fn.navgoco.defaults:r,e);t.data("navgoco",n)}if(i){n[r].apply(n,o)}})};var r=null,i=null;u.fn.navgoco.defaults={storageType:"cookie",caretHtml:"",accordion:false,openClass:"open",save:true,cookie:{name:"navgoco",expires:false,path:"/"},slide:{duration:400,easing:"swing"},onInitAfter:u.noop,onClickBefore:u.noop,onClickAfter:u.noop,onToggleBefore:u.noop,onToggleAfter:u.noop}})(jQuery);(function(i){"use strict";i(function(){i(".tooltip-demo").tooltip({selector:'[data-toggle="tooltip"]',container:"body"});i(document).on("click",'[data-toggle="lightbox"]',function(e){e.preventDefault();i(this).ekkoLightbox()});i('[data-toggle="popover"]').popover();i(".tooltip-test").tooltip();i(".popover-test").popover();i('.bd-example-indeterminate [type="checkbox"]').prop("indeterminate",true);i('.bd-content [href="#"]').click(function(e){e.preventDefault()});i("#exampleModal").on("show.bs.modal",function(e){var t=i(e.relatedTarget);var n=t.data("whatever");var r=i(this);r.find(".modal-title").text("New message to "+n);r.find(".modal-body input").val(n)});i(".bd-toggle-animated-progress").on("click",function(){i(this).siblings(".progress").find(".progress-bar-striped").toggleClass("progress-bar-animated")});i("figure.highlight, div.highlight").each(function(){var e='
';i(this).before(e);i(".btn-clipboard").tooltip().on("mouseleave",function(){i(this).tooltip("hide")})});var e=new Clipboard(".btn-clipboard",{target:function(e){return e.parentNode.nextElementSibling}});e.on("success",function(e){i(e.trigger).attr("title","Copied!").tooltip("_fixTitle").tooltip("show").attr("title","Copy to clipboard").tooltip("_fixTitle");e.clearSelection()});e.on("error",function(e){var t=/Mac/i.test(navigator.userAgent)?"⌘":"Ctrl-";var n="Press "+t+"C to copy";i(e.trigger).attr("title",n).tooltip("_fixTitle").tooltip("show").attr("title","Copy to clipboard").tooltip("_fixTitle")});var t=i("#bd-docs-nav-list").navgoco({caretHtml:'',accordion:true,openClass:"opened",save:true,storageType:"local",cookie:{name:"codefresh-menu",expires:false,path:"/"},slide:{duration:10,easing:"linear"},onInitAfter:function(e){var t=i("#bd-docs-nav");var n=i("#bd-docs-nav li.active");if(n.length>0){var r=t.scrollTop()+(n.last().offset().top-(window.localStorage.getItem("scrollto")||t.height()/2));r=r.toFixed();setTimeout(function(){t.animate({scrollTop:r},{duration:0,easing:"linear",complete:function(){window.localStorage.removeItem("scrollto")}})},0)}},onClickAfter:function(e,t){window.localStorage.setItem("scrollto",i(e.currentTarget).offset().top)}});anchors.options={icon:"#"};anchors.add(".bd-content-inner > h2, .bd-content-inner > h3, .bd-content-inner > h4, .bd-content-inner > h5");i(".bd-content-inner > h2, .bd-content-inner > h3, .bd-content-inner > h4, .bd-content-inner > h5").wrapInner("
");i("a").smoothScroll({offset:0});i(".section-nav").on("click","a",function(){window.location.hash=i(this).attr("href");return false});if(window.docsearch){var n=window.docsearch({apiKey:"3d145052b8422fa173d681e9a761f81e",indexName:"codefresh",inputSelector:".doc-search-input",handleSelected:function(e,t,n){var r=n.url;r=n.isLvl1?r.split("#")[0]:r;window.location.href=r},algoliaOptions:{hitsPerPage:6},transformData:function(e){return e.map(function(e){if(location.href.match(/(192.168|127.0.|localhost).*:19001/)){e.url=e.url.replace("https://vmechkauskas-codefresh.github.io/","/")}return e})},debug:false});var r={getUrlParameter:function e(t){t=t.replace(/[[]/,"\\[").replace(/[\]]/,"\\]");var n=new RegExp("[\\?&]"+t+"=([^&#]*)");var r=n.exec(location.search);return r===null?"":decodeURIComponent(r[1].replace(/\+/g," "))},triggerSearch:function e(t){var n=this.getUrlParameter("q");if(n.length>0&&t&&t.input){var r=i(t.input[0]);r.focus().trigger("input").trigger("keypress");t.input.autocomplete.setVal(n);setTimeout(function(){t.input.autocomplete.open()},500)}}};r.triggerSearch(n)}Holder.addTheme("gray",{bg:"#777",fg:"rgba(255,255,255,.75)",font:"Helvetica",fontweight:"normal"})})})(jQuery);(function(){"use strict";function e(){var e=/MSIE ([0-9.]+)/.exec(window.navigator.userAgent);if(e===null){return null}var t=parseInt(e[1],10);var n=Math.floor(t);return n}function t(){var e=new Function("/*@cc_on return @_jscript_version; @*/")();if(typeof e==="undefined"){return 11}if(e<9){return 8}return e}var n=window.navigator.userAgent;if(n.indexOf("Opera")>-1||n.indexOf("Presto")>-1){return}var r=e();if(r===null){return}var i=t();if(r!==i){window.alert("WARNING: You appear to be using IE"+i+" in IE"+r+" emulation mode.\nIE emulation modes can behave significantly differently from ACTUAL older versions of IE.\nPLEASE DON'T FILE BOOTSTRAP BUGS based on testing in IE emulation modes!")}})();(function(){"use strict";if("serviceWorker"in navigator){window.addEventListener("load",function(){navigator.serviceWorker.register("/sw.js").then(function(e){console.log("ServiceWorker registration successful with scope: ",e.scope)}).catch(function(e){console.log("ServiceWorker registration failed: ",e)})})}else{console.log("Service workers are not supported.")}})();(function(n){"use strict";function r(){return document.cookie.split(";").find(function(e){return e.trim().startsWith("doctype")})}function i(e){var t=e.split("=").pop();return t==="ArgoPlatform"}function o(e){var t=e.split("=").pop();return t==="Classic"}function a(e){var t=localStorage.getItem("redirectFrom");return o(e)&&t&&t.startsWith(location.origin)}function s(){document.cookie="doctype=ArgoPlatform; SameSite=Lax; Secure; Domain=.codefresh.io; Max-age=2592000; Path=/"}function l(){s();n("#redirectModal").modal("hide")}n(function(){if(window.location.hostname==="localhost"||localStorage.getItem("ignoreRedirect")){return}n('a[href*="codefresh.io/csdp-docs"]').each(function(){n(this).on("click",function(e){s();localStorage.removeItem("redirectFrom");if(typeof window.ga==="function"){window.ga("send","event","Navbar","Docs links","Open CSDP Docs")}})});try{var e=r();if(e){if(i(e)){localStorage.setItem("redirectFrom",window.location.href);window.location.href="https://codefresh.io/csdp-docs/"}else if(a(e)){n("#redirectModal").modal({backdrop:false,show:true});n("#redirectModal").on("hide.bs.modal",function(){localStorage.removeItem("redirectFrom")});var t=localStorage.getItem("redirectFrom");n("#redirectModal .redirect-popup__footer-link").attr("href",t);n("#redirectModal .redirect-popup__footer-link").on("click",l)}}}catch(e){console.error(e)}})})(jQuery); \ No newline at end of file diff --git a/assets/js/src/redirect-popup.js b/assets/js/src/redirect-popup.js index 8e2864790..5e3622209 100644 --- a/assets/js/src/redirect-popup.js +++ b/assets/js/src/redirect-popup.js @@ -35,16 +35,18 @@ } $(function () { - if (window.location.hostname === 'localhost') { + if (window.location.hostname === 'localhost' || localStorage.getItem('ignoreRedirect')) { return } - $('#bd-codefresh-docs').on('click', function () { - setDocumentationCookie() - localStorage.removeItem('redirectFrom') - if (typeof window.ga === 'function') { - window.ga('send', 'event', 'Navbar', 'Docs links', 'Open CSDP Docs') - } + $('a[href*="codefresh.io/csdp-docs"]').each(function () { + $(this).on('click', function (event) { + setDocumentationCookie() + localStorage.removeItem('redirectFrom') + if (typeof window.ga === 'function') { + window.ga('send', 'event', 'Navbar', 'Docs links', 'Open CSDP Docs') + } + }) }) try { diff --git a/images/324f2ba-codefresh_demochat_endpoint.jpg b/images/324f2ba-codefresh_demochat_endpoint.jpg index 9a83c22c0..9f9156046 100644 Binary files a/images/324f2ba-codefresh_demochat_endpoint.jpg and b/images/324f2ba-codefresh_demochat_endpoint.jpg differ diff --git a/images/3f36367-Screenshot_from_2018-02-16_17-09-54.png b/images/3f36367-Screenshot_from_2018-02-16_17-09-54.png index 68be6815a..9d82d22d8 100644 Binary files a/images/3f36367-Screenshot_from_2018-02-16_17-09-54.png and b/images/3f36367-Screenshot_from_2018-02-16_17-09-54.png differ diff --git a/images/4035af3-Screen_Shot_2017-10-16_at_10.10.15_PM.png b/images/4035af3-Screen_Shot_2017-10-16_at_10.10.15_PM.png index c870f5eea..8f89bfe66 100644 Binary files a/images/4035af3-Screen_Shot_2017-10-16_at_10.10.15_PM.png and b/images/4035af3-Screen_Shot_2017-10-16_at_10.10.15_PM.png differ diff --git a/images/404/container-2.png b/images/404/container-2.png old mode 100755 new mode 100644 index 944b777a4..ca7a1d865 Binary files a/images/404/container-2.png and b/images/404/container-2.png differ diff --git a/images/404/container.png b/images/404/container.png old mode 100755 new mode 100644 index c9936d021..566e857f9 Binary files a/images/404/container.png and b/images/404/container.png differ diff --git a/images/404/planet-1.png b/images/404/planet-1.png old mode 100755 new mode 100644 index 36ede751e..814539b33 Binary files a/images/404/planet-1.png and b/images/404/planet-1.png differ diff --git a/images/404/planet-2.png b/images/404/planet-2.png old mode 100755 new mode 100644 index 573a59b4e..5789184b7 Binary files a/images/404/planet-2.png and b/images/404/planet-2.png differ diff --git a/images/404/planet-3.png b/images/404/planet-3.png old mode 100755 new mode 100644 index a5d936c98..96999cdca Binary files a/images/404/planet-3.png and b/images/404/planet-3.png differ diff --git a/images/404/superfresh.png b/images/404/superfresh.png old mode 100755 new mode 100644 index 10b69fe6d..4812d0897 Binary files a/images/404/superfresh.png and b/images/404/superfresh.png differ diff --git a/images/5f1f234-Screenshot_from_2018-02-09_14-57-21.png b/images/5f1f234-Screenshot_from_2018-02-09_14-57-21.png index e10b6e787..11e7c1e9d 100644 Binary files a/images/5f1f234-Screenshot_from_2018-02-09_14-57-21.png and b/images/5f1f234-Screenshot_from_2018-02-09_14-57-21.png differ diff --git a/images/60d70d4-codefresh_eb_env_vars.png b/images/60d70d4-codefresh_eb_env_vars.png index 2d481ef8f..05e90ff7e 100644 Binary files a/images/60d70d4-codefresh_eb_env_vars.png and b/images/60d70d4-codefresh_eb_env_vars.png differ diff --git a/images/63a4059-Screenshot_from_2018-02-09_15-35-38.png b/images/63a4059-Screenshot_from_2018-02-09_15-35-38.png index adee00da5..bfadfb8ae 100644 Binary files a/images/63a4059-Screenshot_from_2018-02-09_15-35-38.png and b/images/63a4059-Screenshot_from_2018-02-09_15-35-38.png differ diff --git a/images/aaa0cc6-codefresh_pipelines.png b/images/aaa0cc6-codefresh_pipelines.png index 06ed8f0a1..80730337d 100644 Binary files a/images/aaa0cc6-codefresh_pipelines.png and b/images/aaa0cc6-codefresh_pipelines.png differ diff --git a/images/accounts.png b/images/accounts.png index bd64bf21b..c822b38e8 100644 Binary files a/images/accounts.png and b/images/accounts.png differ diff --git a/images/ad2bbd1-codefresh_stash_internal_new2.png b/images/ad2bbd1-codefresh_stash_internal_new2.png index 2bb4d9a33..893447cc3 100644 Binary files a/images/ad2bbd1-codefresh_stash_internal_new2.png and b/images/ad2bbd1-codefresh_stash_internal_new2.png differ diff --git a/images/administration/access-control/kubernetes-abac.png b/images/administration/access-control/kubernetes-abac.png index 6dd650d56..bc6f538f0 100644 Binary files a/images/administration/access-control/kubernetes-abac.png and b/images/administration/access-control/kubernetes-abac.png differ diff --git a/images/administration/access-control/kubernetes-policies.png b/images/administration/access-control/kubernetes-policies.png index 97249cfe7..47daa648b 100644 Binary files a/images/administration/access-control/kubernetes-policies.png and b/images/administration/access-control/kubernetes-policies.png differ diff --git a/images/administration/access-control/pipeline-git-restrictions.png b/images/administration/access-control/pipeline-git-restrictions.png index caa94620e..f15d3b815 100644 Binary files a/images/administration/access-control/pipeline-git-restrictions.png and b/images/administration/access-control/pipeline-git-restrictions.png differ diff --git a/images/administration/access-control/pipeline-restrictions.png b/images/administration/access-control/pipeline-restrictions.png index 75fbafbd8..1acd33cec 100644 Binary files a/images/administration/access-control/pipeline-restrictions.png and b/images/administration/access-control/pipeline-restrictions.png differ diff --git a/images/administration/access-control/pipeline-tags.png b/images/administration/access-control/pipeline-tags.png index 22b921e63..8155e816e 100644 Binary files a/images/administration/access-control/pipeline-tags.png and b/images/administration/access-control/pipeline-tags.png differ diff --git a/images/administration/access-control/security-timeout.png b/images/administration/access-control/security-timeout.png index 41d477fea..320f36c12 100644 Binary files a/images/administration/access-control/security-timeout.png and b/images/administration/access-control/security-timeout.png differ diff --git a/images/administration/access-control/tagging-kubernetes-clusters.png b/images/administration/access-control/tagging-kubernetes-clusters.png index 0d118f98b..ab8dc286b 100644 Binary files a/images/administration/access-control/tagging-kubernetes-clusters.png and b/images/administration/access-control/tagging-kubernetes-clusters.png differ diff --git a/images/administration/access-control/teams.png b/images/administration/access-control/teams.png index 58f7c2c85..d5cba07e3 100644 Binary files a/images/administration/access-control/teams.png and b/images/administration/access-control/teams.png differ diff --git a/images/administration/access-control/user-access-control.png b/images/administration/access-control/user-access-control.png index 954101752..065cfcafa 100644 Binary files a/images/administration/access-control/user-access-control.png and b/images/administration/access-control/user-access-control.png differ diff --git a/images/administration/audit/api-call-details.png b/images/administration/audit/api-call-details.png index 5bae454cc..f4beac2a5 100644 Binary files a/images/administration/audit/api-call-details.png and b/images/administration/audit/api-call-details.png differ diff --git a/images/administration/audit/audit-filter.png b/images/administration/audit/audit-filter.png index 4a8f77627..f20e71fc1 100644 Binary files a/images/administration/audit/audit-filter.png and b/images/administration/audit/audit-filter.png differ diff --git a/images/administration/audit/audit-logs.png b/images/administration/audit/audit-logs.png index 0bcda78c2..ad4f10b7e 100644 Binary files a/images/administration/audit/audit-logs.png and b/images/administration/audit/audit-logs.png differ diff --git a/images/administration/audit/audit-triggers.png b/images/administration/audit/audit-triggers.png index 20ca12d88..67a356531 100644 Binary files a/images/administration/audit/audit-triggers.png and b/images/administration/audit/audit-triggers.png differ diff --git a/images/administration/behind-the-firewall/architecture.png b/images/administration/behind-the-firewall/architecture.png index 6261a1d5c..1cebfe356 100644 Binary files a/images/administration/behind-the-firewall/architecture.png and b/images/administration/behind-the-firewall/architecture.png differ diff --git a/images/administration/behind-the-firewall/architecture.svg b/images/administration/behind-the-firewall/architecture.svg index 3ba7f3ed4..fadb340f4 100644 --- a/images/administration/behind-the-firewall/architecture.svg +++ b/images/administration/behind-the-firewall/architecture.svg @@ -1,1626 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - Public Internet - Customer network - - - - SAAS - - Firewall - Agent - InternalCluster - - Secure Git - - - - Secure DB - - - - - - - Secure Registry - - Service 2 - Service 3 - Service 1 - Runner - Volumes - - - - - - - - - - - - - - - +Public InternetCustomer networkSAASFirewallAgentInternalClusterSecure GitSecure DBSecure RegistryService 2Service 3Service 1RunnerVolumes \ No newline at end of file diff --git a/images/administration/behind-the-firewall/behind-the-firewall-tag.png b/images/administration/behind-the-firewall/behind-the-firewall-tag.png index 278668f8b..98b2a9ba1 100644 Binary files a/images/administration/behind-the-firewall/behind-the-firewall-tag.png and b/images/administration/behind-the-firewall/behind-the-firewall-tag.png differ diff --git a/images/administration/behind-the-firewall/behind-the-firewall-toggle.png b/images/administration/behind-the-firewall/behind-the-firewall-toggle.png index c83c30138..82e59de0d 100644 Binary files a/images/administration/behind-the-firewall/behind-the-firewall-toggle.png and b/images/administration/behind-the-firewall/behind-the-firewall-toggle.png differ diff --git a/images/administration/behind-the-firewall/cluster-behind-firewall.png b/images/administration/behind-the-firewall/cluster-behind-firewall.png index 092965c78..03ebba043 100644 Binary files a/images/administration/behind-the-firewall/cluster-behind-firewall.png and b/images/administration/behind-the-firewall/cluster-behind-firewall.png differ diff --git a/images/administration/behind-the-firewall/codefresh-webhook.png b/images/administration/behind-the-firewall/codefresh-webhook.png index 928076d15..e185f7e9b 100644 Binary files a/images/administration/behind-the-firewall/codefresh-webhook.png and b/images/administration/behind-the-firewall/codefresh-webhook.png differ diff --git a/images/administration/behind-the-firewall/enter-repo-details.png b/images/administration/behind-the-firewall/enter-repo-details.png index ac673d975..97b7728dd 100644 Binary files a/images/administration/behind-the-firewall/enter-repo-details.png and b/images/administration/behind-the-firewall/enter-repo-details.png differ diff --git a/images/administration/behind-the-firewall/github-webhook.png b/images/administration/behind-the-firewall/github-webhook.png index 61001327b..9ede55cb8 100644 Binary files a/images/administration/behind-the-firewall/github-webhook.png and b/images/administration/behind-the-firewall/github-webhook.png differ diff --git a/images/administration/hybrid-node/add-hybrid-node.png b/images/administration/hybrid-node/add-hybrid-node.png index 976f97880..68d818539 100644 Binary files a/images/administration/hybrid-node/add-hybrid-node.png and b/images/administration/hybrid-node/add-hybrid-node.png differ diff --git a/images/administration/installation/architecture-high-level.png b/images/administration/installation/architecture-high-level.png index 08e72c5eb..803b29299 100644 Binary files a/images/administration/installation/architecture-high-level.png and b/images/administration/installation/architecture-high-level.png differ diff --git a/images/administration/installation/codefresh-saas.png b/images/administration/installation/codefresh-saas.png index d94c9c581..9c804968e 100644 Binary files a/images/administration/installation/codefresh-saas.png and b/images/administration/installation/codefresh-saas.png differ diff --git a/images/administration/installation/git-idp.png b/images/administration/installation/git-idp.png index 1d0fb566e..dcc5c203a 100644 Binary files a/images/administration/installation/git-idp.png and b/images/administration/installation/git-idp.png differ diff --git a/images/administration/installation/hybrid-installation.png b/images/administration/installation/hybrid-installation.png index 290f7d140..6915ad018 100644 Binary files a/images/administration/installation/hybrid-installation.png and b/images/administration/installation/hybrid-installation.png differ diff --git a/images/administration/installation/soc2-type2-certified.png b/images/administration/installation/soc2-type2-certified.png index b1e59f37d..ae3afe8e4 100644 Binary files a/images/administration/installation/soc2-type2-certified.png and b/images/administration/installation/soc2-type2-certified.png differ diff --git a/images/administration/installation/topology-new.png b/images/administration/installation/topology-new.png index 164a4b60c..5a6f9cc9b 100644 Binary files a/images/administration/installation/topology-new.png and b/images/administration/installation/topology-new.png differ diff --git a/images/administration/installation/topology.png b/images/administration/installation/topology.png index b60a8ab2f..9d4f1ca92 100644 Binary files a/images/administration/installation/topology.png and b/images/administration/installation/topology.png differ diff --git a/images/administration/onpremises/upgrade-ingress-deprecation1.png b/images/administration/onpremises/upgrade-ingress-deprecation1.png index 02e45ee27..8594cbf78 100644 Binary files a/images/administration/onpremises/upgrade-ingress-deprecation1.png and b/images/administration/onpremises/upgrade-ingress-deprecation1.png differ diff --git a/images/administration/onpremises/upgrade-ingress-deprecation2.png b/images/administration/onpremises/upgrade-ingress-deprecation2.png index 4811f4f61..83d64f185 100644 Binary files a/images/administration/onpremises/upgrade-ingress-deprecation2.png and b/images/administration/onpremises/upgrade-ingress-deprecation2.png differ diff --git a/images/administration/onpremises/upgrade-rabbit-deprecation1.png b/images/administration/onpremises/upgrade-rabbit-deprecation1.png index 3a3d881ec..6d492d50c 100644 Binary files a/images/administration/onpremises/upgrade-rabbit-deprecation1.png and b/images/administration/onpremises/upgrade-rabbit-deprecation1.png differ diff --git a/images/administration/onpremises/upgrade-rabbit-deprecation2.png b/images/administration/onpremises/upgrade-rabbit-deprecation2.png index 9650319f0..830082c99 100644 Binary files a/images/administration/onpremises/upgrade-rabbit-deprecation2.png and b/images/administration/onpremises/upgrade-rabbit-deprecation2.png differ diff --git a/images/administration/onpremises/upgrade-redis-deprecation1.png b/images/administration/onpremises/upgrade-redis-deprecation1.png index 4f97a024a..f53c27371 100644 Binary files a/images/administration/onpremises/upgrade-redis-deprecation1.png and b/images/administration/onpremises/upgrade-redis-deprecation1.png differ diff --git a/images/administration/onpremises/upgrade-redis-deprecation2.png b/images/administration/onpremises/upgrade-redis-deprecation2.png index 6cf526dd0..5efefcd7d 100644 Binary files a/images/administration/onpremises/upgrade-redis-deprecation2.png and b/images/administration/onpremises/upgrade-redis-deprecation2.png differ diff --git a/images/administration/pipeline-settings/pause-pipeline-enabled.png b/images/administration/pipeline-settings/pause-pipeline-enabled.png new file mode 100644 index 000000000..fc728069c Binary files /dev/null and b/images/administration/pipeline-settings/pause-pipeline-enabled.png differ diff --git a/images/administration/pipeline-settings/pipeline-settings-ui.png b/images/administration/pipeline-settings/pipeline-settings-ui.png index c0c19051d..d41c5a9ee 100644 Binary files a/images/administration/pipeline-settings/pipeline-settings-ui.png and b/images/administration/pipeline-settings/pipeline-settings-ui.png differ diff --git a/images/administration/runner/app-proxy-architecture.png b/images/administration/runner/app-proxy-architecture.png index ee69a19a0..75b5373c9 100644 Binary files a/images/administration/runner/app-proxy-architecture.png and b/images/administration/runner/app-proxy-architecture.png differ diff --git a/images/administration/runner/codefresh_runner.png b/images/administration/runner/codefresh_runner.png index f29a6c694..e4fb96f61 100644 Binary files a/images/administration/runner/codefresh_runner.png and b/images/administration/runner/codefresh_runner.png differ diff --git a/images/administration/runner/edit-trust-relationship.png b/images/administration/runner/edit-trust-relationship.png index 32bc9a41f..a7090a00a 100644 Binary files a/images/administration/runner/edit-trust-relationship.png and b/images/administration/runner/edit-trust-relationship.png differ diff --git a/images/administration/runner/environment-per-pipeline.png b/images/administration/runner/environment-per-pipeline.png index c2c626e34..f3476f399 100644 Binary files a/images/administration/runner/environment-per-pipeline.png and b/images/administration/runner/environment-per-pipeline.png differ diff --git a/images/administration/runner/installation-wizard.png b/images/administration/runner/installation-wizard.png index dab605d36..5e595e9bc 100644 Binary files a/images/administration/runner/installation-wizard.png and b/images/administration/runner/installation-wizard.png differ diff --git a/images/administration/runner/rancher-cluster-2.png b/images/administration/runner/rancher-cluster-2.png index 5a5e185f4..b17241ded 100644 Binary files a/images/administration/runner/rancher-cluster-2.png and b/images/administration/runner/rancher-cluster-2.png differ diff --git a/images/administration/runner/rancher-cluster.png b/images/administration/runner/rancher-cluster.png index 1f4c5616a..32cb384a0 100644 Binary files a/images/administration/runner/rancher-cluster.png and b/images/administration/runner/rancher-cluster.png differ diff --git a/images/administration/runner/rancher-edit-as-yaml.png b/images/administration/runner/rancher-edit-as-yaml.png index 5884e5469..78ed882d4 100644 Binary files a/images/administration/runner/rancher-edit-as-yaml.png and b/images/administration/runner/rancher-edit-as-yaml.png differ diff --git a/images/administration/runner/rancher-kublet.png b/images/administration/runner/rancher-kublet.png index c3990c4b1..44efdad98 100644 Binary files a/images/administration/runner/rancher-kublet.png and b/images/administration/runner/rancher-kublet.png differ diff --git a/images/administration/runner/rancher-mtu.png b/images/administration/runner/rancher-mtu.png index 2202899b2..b250f4cbb 100644 Binary files a/images/administration/runner/rancher-mtu.png and b/images/administration/runner/rancher-mtu.png differ diff --git a/images/administration/runner/rancher-security.png b/images/administration/runner/rancher-security.png index 16171035b..0fa296468 100644 Binary files a/images/administration/runner/rancher-security.png and b/images/administration/runner/rancher-security.png differ diff --git a/images/administration/runner/runtime-environments.png b/images/administration/runner/runtime-environments.png index 1858e9ad6..78e478356 100644 Binary files a/images/administration/runner/runtime-environments.png and b/images/administration/runner/runtime-environments.png differ diff --git a/images/administration/runner/sa-annotation.png b/images/administration/runner/sa-annotation.png index 524413a40..040560d94 100644 Binary files a/images/administration/runner/sa-annotation.png and b/images/administration/runner/sa-annotation.png differ diff --git a/images/administration/runner/sample-pipeline.png b/images/administration/runner/sample-pipeline.png index 106597c9c..f8a7a04ca 100644 Binary files a/images/administration/runner/sample-pipeline.png and b/images/administration/runner/sample-pipeline.png differ diff --git a/images/administration/sso/add-sso-dropdown.png b/images/administration/sso/add-sso-dropdown.png index aec9d8915..b057ffe0c 100644 Binary files a/images/administration/sso/add-sso-dropdown.png and b/images/administration/sso/add-sso-dropdown.png differ diff --git a/images/administration/sso/auth0/auth0-app-settings.png b/images/administration/sso/auth0/auth0-app-settings.png index 76f3b0f87..f8c1214a8 100644 Binary files a/images/administration/sso/auth0/auth0-app-settings.png and b/images/administration/sso/auth0/auth0-app-settings.png differ diff --git a/images/administration/sso/auth0/auth0-settings-codefresh.png b/images/administration/sso/auth0/auth0-settings-codefresh.png index 82c52793f..fc5bb3f87 100644 Binary files a/images/administration/sso/auth0/auth0-settings-codefresh.png and b/images/administration/sso/auth0/auth0-settings-codefresh.png differ diff --git a/images/administration/sso/auth0/create-auth0-app.png b/images/administration/sso/auth0/create-auth0-app.png index 1fc91fbbc..a501c4222 100644 Binary files a/images/administration/sso/auth0/create-auth0-app.png and b/images/administration/sso/auth0/create-auth0-app.png differ diff --git a/images/administration/sso/auth0/sso-settings-in-auth0.png b/images/administration/sso/auth0/sso-settings-in-auth0.png index 4009f726f..9c9293ca0 100644 Binary files a/images/administration/sso/auth0/sso-settings-in-auth0.png and b/images/administration/sso/auth0/sso-settings-in-auth0.png differ diff --git a/images/administration/sso/azure/1-azure-service.png b/images/administration/sso/azure/1-azure-service.png index e24b0db13..df04e3e5b 100644 Binary files a/images/administration/sso/azure/1-azure-service.png and b/images/administration/sso/azure/1-azure-service.png differ diff --git a/images/administration/sso/azure/10-Add-client-secret.png b/images/administration/sso/azure/10-Add-client-secret.png index 9eb929441..9d91992dd 100644 Binary files a/images/administration/sso/azure/10-Add-client-secret.png and b/images/administration/sso/azure/10-Add-client-secret.png differ diff --git a/images/administration/sso/azure/11-Set-reply-url.png b/images/administration/sso/azure/11-Set-reply-url.png index 358648026..b8308ac53 100644 Binary files a/images/administration/sso/azure/11-Set-reply-url.png and b/images/administration/sso/azure/11-Set-reply-url.png differ diff --git a/images/administration/sso/azure/12-set-reply-URL.png b/images/administration/sso/azure/12-set-reply-URL.png index 22b82819e..8ed0bf6b1 100644 Binary files a/images/administration/sso/azure/12-set-reply-URL.png and b/images/administration/sso/azure/12-set-reply-URL.png differ diff --git a/images/administration/sso/azure/13-Enable-ID-Tokens.png b/images/administration/sso/azure/13-Enable-ID-Tokens.png index d76d48d71..c616d2272 100644 Binary files a/images/administration/sso/azure/13-Enable-ID-Tokens.png and b/images/administration/sso/azure/13-Enable-ID-Tokens.png differ diff --git a/images/administration/sso/azure/2-app-registrations.png b/images/administration/sso/azure/2-app-registrations.png index e9e793097..df773e887 100644 Binary files a/images/administration/sso/azure/2-app-registrations.png and b/images/administration/sso/azure/2-app-registrations.png differ diff --git a/images/administration/sso/azure/3-register-an-app.png b/images/administration/sso/azure/3-register-an-app.png index 3a3d4c15c..474a7b7b8 100644 Binary files a/images/administration/sso/azure/3-register-an-app.png and b/images/administration/sso/azure/3-register-an-app.png differ diff --git a/images/administration/sso/azure/4-created-app.png b/images/administration/sso/azure/4-created-app.png index 3a1c8a969..84f5969ba 100644 Binary files a/images/administration/sso/azure/4-created-app.png and b/images/administration/sso/azure/4-created-app.png differ diff --git a/images/administration/sso/azure/5-api-permissions.png b/images/administration/sso/azure/5-api-permissions.png index b64467ad6..2cea23ecc 100644 Binary files a/images/administration/sso/azure/5-api-permissions.png and b/images/administration/sso/azure/5-api-permissions.png differ diff --git a/images/administration/sso/azure/6-request-api-permissions.png b/images/administration/sso/azure/6-request-api-permissions.png index b344dd24b..8c8f706d1 100644 Binary files a/images/administration/sso/azure/6-request-api-permissions.png and b/images/administration/sso/azure/6-request-api-permissions.png differ diff --git a/images/administration/sso/azure/7-request-api-permissions.png b/images/administration/sso/azure/7-request-api-permissions.png index 94d41031e..83775ae7f 100644 Binary files a/images/administration/sso/azure/7-request-api-permissions.png and b/images/administration/sso/azure/7-request-api-permissions.png differ diff --git a/images/administration/sso/azure/8-Enabled-permissions.png b/images/administration/sso/azure/8-Enabled-permissions.png index 212c0aca4..0920cbf2e 100644 Binary files a/images/administration/sso/azure/8-Enabled-permissions.png and b/images/administration/sso/azure/8-Enabled-permissions.png differ diff --git a/images/administration/sso/azure/9-Create-secret-page.png b/images/administration/sso/azure/9-Create-secret-page.png index 040bcb4b3..144237e63 100644 Binary files a/images/administration/sso/azure/9-Create-secret-page.png and b/images/administration/sso/azure/9-Create-secret-page.png differ diff --git a/images/administration/sso/azure/ApplicationPermissions.png b/images/administration/sso/azure/ApplicationPermissions.png index 6b0bd1d5b..dbf0b1ab6 100644 Binary files a/images/administration/sso/azure/ApplicationPermissions.png and b/images/administration/sso/azure/ApplicationPermissions.png differ diff --git a/images/administration/sso/azure/ObjectId.png b/images/administration/sso/azure/ObjectId.png index 581b9a6dc..476a1dd56 100644 Binary files a/images/administration/sso/azure/ObjectId.png and b/images/administration/sso/azure/ObjectId.png differ diff --git a/images/administration/sso/azure/azure-step01.png b/images/administration/sso/azure/azure-step01.png index c5b2169a8..e3108ea08 100644 Binary files a/images/administration/sso/azure/azure-step01.png and b/images/administration/sso/azure/azure-step01.png differ diff --git a/images/administration/sso/azure/azure-step02.png b/images/administration/sso/azure/azure-step02.png index d1a3375a7..4a015bc89 100644 Binary files a/images/administration/sso/azure/azure-step02.png and b/images/administration/sso/azure/azure-step02.png differ diff --git a/images/administration/sso/azure/azure-step03.png b/images/administration/sso/azure/azure-step03.png index ea1226182..59aea48aa 100644 Binary files a/images/administration/sso/azure/azure-step03.png and b/images/administration/sso/azure/azure-step03.png differ diff --git a/images/administration/sso/azure/azure-step04.png b/images/administration/sso/azure/azure-step04.png index ee1506cb8..d46ae52c5 100644 Binary files a/images/administration/sso/azure/azure-step04.png and b/images/administration/sso/azure/azure-step04.png differ diff --git a/images/administration/sso/azure/azure-step05.png b/images/administration/sso/azure/azure-step05.png index 8968ec581..fcaffb5c6 100644 Binary files a/images/administration/sso/azure/azure-step05.png and b/images/administration/sso/azure/azure-step05.png differ diff --git a/images/administration/sso/azure/azure-step06.png b/images/administration/sso/azure/azure-step06.png index 9121527a1..ca0667fb0 100644 Binary files a/images/administration/sso/azure/azure-step06.png and b/images/administration/sso/azure/azure-step06.png differ diff --git a/images/administration/sso/azure/azure-step07.png b/images/administration/sso/azure/azure-step07.png index efdd321f3..1a19af183 100644 Binary files a/images/administration/sso/azure/azure-step07.png and b/images/administration/sso/azure/azure-step07.png differ diff --git a/images/administration/sso/azure/azure-step08.png b/images/administration/sso/azure/azure-step08.png index f0687e654..4a38f8662 100644 Binary files a/images/administration/sso/azure/azure-step08.png and b/images/administration/sso/azure/azure-step08.png differ diff --git a/images/administration/sso/azure/azure-step09.png b/images/administration/sso/azure/azure-step09.png index 4ebef7173..6348015f1 100644 Binary files a/images/administration/sso/azure/azure-step09.png and b/images/administration/sso/azure/azure-step09.png differ diff --git a/images/administration/sso/azure/azure-step10.png b/images/administration/sso/azure/azure-step10.png index 64e474079..53219e5ce 100644 Binary files a/images/administration/sso/azure/azure-step10.png and b/images/administration/sso/azure/azure-step10.png differ diff --git a/images/administration/sso/azure/azure-step5.png b/images/administration/sso/azure/azure-step5.png index 050c60f0b..55438c6ab 100644 Binary files a/images/administration/sso/azure/azure-step5.png and b/images/administration/sso/azure/azure-step5.png differ diff --git a/images/administration/sso/azure/client-name.png b/images/administration/sso/azure/client-name.png index 86cb716ec..bc8c75f41 100644 Binary files a/images/administration/sso/azure/client-name.png and b/images/administration/sso/azure/client-name.png differ diff --git a/images/administration/sso/azure/graph-permissions.png b/images/administration/sso/azure/graph-permissions.png index ab65c43f5..565fd913c 100644 Binary files a/images/administration/sso/azure/graph-permissions.png and b/images/administration/sso/azure/graph-permissions.png differ diff --git a/images/administration/sso/collaborators.png b/images/administration/sso/collaborators.png index e589219d0..53df23729 100644 Binary files a/images/administration/sso/collaborators.png and b/images/administration/sso/collaborators.png differ diff --git a/images/administration/sso/default-sso.png b/images/administration/sso/default-sso.png index e3b5dd26b..ea0bd25f9 100644 Binary files a/images/administration/sso/default-sso.png and b/images/administration/sso/default-sso.png differ diff --git a/images/administration/sso/google/autogenerated-name.png b/images/administration/sso/google/autogenerated-name.png index c51c6eda2..c206f9dee 100644 Binary files a/images/administration/sso/google/autogenerated-name.png and b/images/administration/sso/google/autogenerated-name.png differ diff --git a/images/administration/sso/google/codefresh-settings.png b/images/administration/sso/google/codefresh-settings.png index dbb8d0f20..3af816dae 100644 Binary files a/images/administration/sso/google/codefresh-settings.png and b/images/administration/sso/google/codefresh-settings.png differ diff --git a/images/administration/sso/google/google-cf-saml-setting.png b/images/administration/sso/google/google-cf-saml-setting.png index 5bbf8abba..c05aa0ded 100644 Binary files a/images/administration/sso/google/google-cf-saml-setting.png and b/images/administration/sso/google/google-cf-saml-setting.png differ diff --git a/images/administration/sso/google/google-gsuite-admin.png b/images/administration/sso/google/google-gsuite-admin.png index 9a9e98f0e..c96d6e6a2 100644 Binary files a/images/administration/sso/google/google-gsuite-admin.png and b/images/administration/sso/google/google-gsuite-admin.png differ diff --git a/images/administration/sso/google/google-gusite-user-info.png b/images/administration/sso/google/google-gusite-user-info.png index 6f019ed8f..da25f2ac6 100644 Binary files a/images/administration/sso/google/google-gusite-user-info.png and b/images/administration/sso/google/google-gusite-user-info.png differ diff --git a/images/administration/sso/google/google-idp-integration.png b/images/administration/sso/google/google-idp-integration.png index 343c31762..37aceca01 100644 Binary files a/images/administration/sso/google/google-idp-integration.png and b/images/administration/sso/google/google-idp-integration.png differ diff --git a/images/administration/sso/google/googleSSO.png b/images/administration/sso/google/googleSSO.png index 020fa191c..ff9c61429 100644 Binary files a/images/administration/sso/google/googleSSO.png and b/images/administration/sso/google/googleSSO.png differ diff --git a/images/administration/sso/google/googleSSO2.png b/images/administration/sso/google/googleSSO2.png index dcbfa399b..9dfd5f60d 100644 Binary files a/images/administration/sso/google/googleSSO2.png and b/images/administration/sso/google/googleSSO2.png differ diff --git a/images/administration/sso/google/googleSSO3.png b/images/administration/sso/google/googleSSO3.png index 14a864730..928ab8789 100644 Binary files a/images/administration/sso/google/googleSSO3.png and b/images/administration/sso/google/googleSSO3.png differ diff --git a/images/administration/sso/google/map-attributes.png b/images/administration/sso/google/map-attributes.png new file mode 100644 index 000000000..ee95d5655 Binary files /dev/null and b/images/administration/sso/google/map-attributes.png differ diff --git a/images/administration/sso/google/serviceAccount.png b/images/administration/sso/google/serviceAccount.png index 77585b808..0d7927eea 100644 Binary files a/images/administration/sso/google/serviceAccount.png and b/images/administration/sso/google/serviceAccount.png differ diff --git a/images/administration/sso/google/serviceAccount2.png b/images/administration/sso/google/serviceAccount2.png index 0d4def0a9..b28ffebf4 100644 Binary files a/images/administration/sso/google/serviceAccount2.png and b/images/administration/sso/google/serviceAccount2.png differ diff --git a/images/administration/sso/google/serviceAccount3.png b/images/administration/sso/google/serviceAccount3.png index beae9f43f..fa2684452 100644 Binary files a/images/administration/sso/google/serviceAccount3.png and b/images/administration/sso/google/serviceAccount3.png differ diff --git a/images/administration/sso/ldap/ldap-settings-example.png b/images/administration/sso/ldap/ldap-settings-example.png index 5e2062269..242753b2c 100644 Binary files a/images/administration/sso/ldap/ldap-settings-example.png and b/images/administration/sso/ldap/ldap-settings-example.png differ diff --git a/images/administration/sso/okta/auto-group-sync.png b/images/administration/sso/okta/auto-group-sync.png index b31694f3f..d33ccf605 100644 Binary files a/images/administration/sso/okta/auto-group-sync.png and b/images/administration/sso/okta/auto-group-sync.png differ diff --git a/images/administration/sso/okta/image1.png b/images/administration/sso/okta/image1.png index c3d176cc1..5ee35298c 100644 Binary files a/images/administration/sso/okta/image1.png and b/images/administration/sso/okta/image1.png differ diff --git a/images/administration/sso/okta/image2.png b/images/administration/sso/okta/image2.png index 3ab61ccad..6429526c6 100644 Binary files a/images/administration/sso/okta/image2.png and b/images/administration/sso/okta/image2.png differ diff --git a/images/administration/sso/okta/image3.png b/images/administration/sso/okta/image3.png index 0e14974d2..a66196399 100644 Binary files a/images/administration/sso/okta/image3.png and b/images/administration/sso/okta/image3.png differ diff --git a/images/administration/sso/okta/image4.png b/images/administration/sso/okta/image4.png index c1e42914b..e5aec2122 100644 Binary files a/images/administration/sso/okta/image4.png and b/images/administration/sso/okta/image4.png differ diff --git a/images/administration/sso/okta/image5.png b/images/administration/sso/okta/image5.png index 9d9b1e45c..18b98197c 100644 Binary files a/images/administration/sso/okta/image5.png and b/images/administration/sso/okta/image5.png differ diff --git a/images/administration/sso/okta/image6.png b/images/administration/sso/okta/image6.png index bfdbe1f11..ec98a31e6 100644 Binary files a/images/administration/sso/okta/image6.png and b/images/administration/sso/okta/image6.png differ diff --git a/images/administration/sso/okta/image7.png b/images/administration/sso/okta/image7.png index 37f1744eb..1aa72af6a 100644 Binary files a/images/administration/sso/okta/image7.png and b/images/administration/sso/okta/image7.png differ diff --git a/images/administration/sso/okta/image8.png b/images/administration/sso/okta/image8.png index 07e933771..6ef3f3b90 100644 Binary files a/images/administration/sso/okta/image8.png and b/images/administration/sso/okta/image8.png differ diff --git a/images/administration/sso/okta/image9.png b/images/administration/sso/okta/image9.png index 975e2bf13..3776d75b3 100644 Binary files a/images/administration/sso/okta/image9.png and b/images/administration/sso/okta/image9.png differ diff --git a/images/administration/sso/onelogin/codefresh-settings.png b/images/administration/sso/onelogin/codefresh-settings.png index 9d96296d0..8bf386b1d 100644 Binary files a/images/administration/sso/onelogin/codefresh-settings.png and b/images/administration/sso/onelogin/codefresh-settings.png differ diff --git a/images/administration/sso/onelogin/image5.png b/images/administration/sso/onelogin/image5.png index ce3d531e8..c3dbba4ba 100644 Binary files a/images/administration/sso/onelogin/image5.png and b/images/administration/sso/onelogin/image5.png differ diff --git a/images/administration/sso/onelogin/image6.png b/images/administration/sso/onelogin/image6.png index 55f11c9c0..05f82329e 100644 Binary files a/images/administration/sso/onelogin/image6.png and b/images/administration/sso/onelogin/image6.png differ diff --git a/images/administration/sso/onelogin/step1.png b/images/administration/sso/onelogin/step1.png index 582614733..bdfceb4bb 100644 Binary files a/images/administration/sso/onelogin/step1.png and b/images/administration/sso/onelogin/step1.png differ diff --git a/images/administration/sso/onelogin/step4-post.png b/images/administration/sso/onelogin/step4-post.png index 107373803..449af6b8b 100644 Binary files a/images/administration/sso/onelogin/step4-post.png and b/images/administration/sso/onelogin/step4-post.png differ diff --git a/images/administration/sso/onelogin/step5.png b/images/administration/sso/onelogin/step5.png index 6929f3225..4b69c53a2 100644 Binary files a/images/administration/sso/onelogin/step5.png and b/images/administration/sso/onelogin/step5.png differ diff --git a/images/administration/sso/select-user-sso.png b/images/administration/sso/select-user-sso.png index 77e7edd10..58bdbb4c1 100644 Binary files a/images/administration/sso/select-user-sso.png and b/images/administration/sso/select-user-sso.png differ diff --git a/images/administration/sso/sign-with-sso.png b/images/administration/sso/sign-with-sso.png index bf6052003..7f0d2b89f 100644 Binary files a/images/administration/sso/sign-with-sso.png and b/images/administration/sso/sign-with-sso.png differ diff --git a/images/administration/user-settings/allow-support-access.png b/images/administration/user-settings/allow-support-access.png index 2f58419c2..42220904d 100644 Binary files a/images/administration/user-settings/allow-support-access.png and b/images/administration/user-settings/allow-support-access.png differ diff --git a/images/administration/user-settings/notifications.png b/images/administration/user-settings/notifications.png index 2e54acc6c..eb1d0185a 100644 Binary files a/images/administration/user-settings/notifications.png and b/images/administration/user-settings/notifications.png differ diff --git a/images/administration/users/invite-users.png b/images/administration/users/invite-users.png index d29a06a4f..08d7d54df 100644 Binary files a/images/administration/users/invite-users.png and b/images/administration/users/invite-users.png differ diff --git a/images/ant-icon-outlined-Deletex3.png b/images/ant-icon-outlined-Deletex3.png index e300f4ec0..0bfe078da 100644 Binary files a/images/ant-icon-outlined-Deletex3.png and b/images/ant-icon-outlined-Deletex3.png differ diff --git a/images/artifacts/cfcr/build-enhancements.png b/images/artifacts/cfcr/build-enhancements.png index 8d8d7b2f2..a5e7b8e1c 100644 Binary files a/images/artifacts/cfcr/build-enhancements.png and b/images/artifacts/cfcr/build-enhancements.png differ diff --git a/images/artifacts/cfcr/codefresh-registry-filters.png b/images/artifacts/cfcr/codefresh-registry-filters.png index 796cc91f1..8dc5e92bb 100644 Binary files a/images/artifacts/cfcr/codefresh-registry-filters.png and b/images/artifacts/cfcr/codefresh-registry-filters.png differ diff --git a/images/artifacts/cfcr/codefresh-registry-list.png b/images/artifacts/cfcr/codefresh-registry-list.png index fb3237f7c..e555ee90e 100644 Binary files a/images/artifacts/cfcr/codefresh-registry-list.png and b/images/artifacts/cfcr/codefresh-registry-list.png differ diff --git a/images/artifacts/cfcr/codefresh-registry.png b/images/artifacts/cfcr/codefresh-registry.png index 1f189587d..3c90413a0 100644 Binary files a/images/artifacts/cfcr/codefresh-registry.png and b/images/artifacts/cfcr/codefresh-registry.png differ diff --git a/images/artifacts/cfcr/copy-image.png b/images/artifacts/cfcr/copy-image.png index ab41e67ec..a83756316 100644 Binary files a/images/artifacts/cfcr/copy-image.png and b/images/artifacts/cfcr/copy-image.png differ diff --git a/images/artifacts/cfcr/docker-image-promotion.png b/images/artifacts/cfcr/docker-image-promotion.png index 43e98f354..60d669889 100644 Binary files a/images/artifacts/cfcr/docker-image-promotion.png and b/images/artifacts/cfcr/docker-image-promotion.png differ diff --git a/images/artifacts/cfcr/remove-image-tag.png b/images/artifacts/cfcr/remove-image-tag.png index 9847d9ebe..45e559e0b 100644 Binary files a/images/artifacts/cfcr/remove-image-tag.png and b/images/artifacts/cfcr/remove-image-tag.png differ diff --git a/images/artifacts/working-with-images/image-dashboard-tag.png b/images/artifacts/working-with-images/image-dashboard-tag.png index 1b1334269..45cade73f 100644 Binary files a/images/artifacts/working-with-images/image-dashboard-tag.png and b/images/artifacts/working-with-images/image-dashboard-tag.png differ diff --git a/images/artifacts/working-with-images/linked-docker-registries.png b/images/artifacts/working-with-images/linked-docker-registries.png index efa281453..b7d59434b 100644 Binary files a/images/artifacts/working-with-images/linked-docker-registries.png and b/images/artifacts/working-with-images/linked-docker-registries.png differ diff --git a/images/artifacts/working-with-images/primary-dockerhub.png b/images/artifacts/working-with-images/primary-dockerhub.png index f504aeaf1..62530fe38 100644 Binary files a/images/artifacts/working-with-images/primary-dockerhub.png and b/images/artifacts/working-with-images/primary-dockerhub.png differ diff --git a/images/artifacts/working-with-images/pull-private-image.png b/images/artifacts/working-with-images/pull-private-image.png index 917622093..f7b81a51a 100644 Binary files a/images/artifacts/working-with-images/pull-private-image.png and b/images/artifacts/working-with-images/pull-private-image.png differ diff --git a/images/artifacts/working-with-images/pull-public-image.png b/images/artifacts/working-with-images/pull-public-image.png index ee6888de6..2fa7c98ec 100644 Binary files a/images/artifacts/working-with-images/pull-public-image.png and b/images/artifacts/working-with-images/pull-public-image.png differ diff --git a/images/artifacts/working-with-images/registry-prefix.png b/images/artifacts/working-with-images/registry-prefix.png index acc312927..76079bf05 100644 Binary files a/images/artifacts/working-with-images/registry-prefix.png and b/images/artifacts/working-with-images/registry-prefix.png differ diff --git a/images/artifacts/working-with-images/two-gcr-integrations.png b/images/artifacts/working-with-images/two-gcr-integrations.png index b1eddfd2b..c9b79f3f4 100644 Binary files a/images/artifacts/working-with-images/two-gcr-integrations.png and b/images/artifacts/working-with-images/two-gcr-integrations.png differ diff --git a/images/bb55c94-codefresh-encr_vars.png b/images/bb55c94-codefresh-encr_vars.png index f9b1972da..b646d365b 100644 Binary files a/images/bb55c94-codefresh-encr_vars.png and b/images/bb55c94-codefresh-encr_vars.png differ diff --git a/images/bcf4a57-codefresh_eb_env_vars.png b/images/bcf4a57-codefresh_eb_env_vars.png index 2d481ef8f..a54850c7e 100644 Binary files a/images/bcf4a57-codefresh_eb_env_vars.png and b/images/bcf4a57-codefresh_eb_env_vars.png differ diff --git a/images/billing.png b/images/billing.png index dcc381696..15072977a 100644 Binary files a/images/billing.png and b/images/billing.png differ diff --git a/images/codefresh-yaml/annotations/edit-project-annotations.png b/images/codefresh-yaml/annotations/edit-project-annotations.png index 90a0263c6..12351a183 100644 Binary files a/images/codefresh-yaml/annotations/edit-project-annotations.png and b/images/codefresh-yaml/annotations/edit-project-annotations.png differ diff --git a/images/codefresh-yaml/annotations/view-build-annotations.png b/images/codefresh-yaml/annotations/view-build-annotations.png index 6ec70a77c..6a2878a39 100644 Binary files a/images/codefresh-yaml/annotations/view-build-annotations.png and b/images/codefresh-yaml/annotations/view-build-annotations.png differ diff --git a/images/codefresh-yaml/annotations/view-pipeline-annotations.png b/images/codefresh-yaml/annotations/view-pipeline-annotations.png index f821f1edf..dbd2981e4 100644 Binary files a/images/codefresh-yaml/annotations/view-pipeline-annotations.png and b/images/codefresh-yaml/annotations/view-pipeline-annotations.png differ diff --git a/images/codefresh-yaml/annotations/view-project-annotations.png b/images/codefresh-yaml/annotations/view-project-annotations.png index 01ad84041..0dcc2aa5f 100644 Binary files a/images/codefresh-yaml/annotations/view-project-annotations.png and b/images/codefresh-yaml/annotations/view-project-annotations.png differ diff --git a/images/codefresh-yaml/approval/approval-rule.png b/images/codefresh-yaml/approval/approval-rule.png index b77e4bd2b..3cea88625 100644 Binary files a/images/codefresh-yaml/approval/approval-rule.png and b/images/codefresh-yaml/approval/approval-rule.png differ diff --git a/images/codefresh-yaml/approval/approval-waiting.png b/images/codefresh-yaml/approval/approval-waiting.png index 88dbd12ab..5bf6d0551 100644 Binary files a/images/codefresh-yaml/approval/approval-waiting.png and b/images/codefresh-yaml/approval/approval-waiting.png differ diff --git a/images/codefresh-yaml/approval/build-waiting.png b/images/codefresh-yaml/approval/build-waiting.png index e594f9b83..ebc0449a2 100644 Binary files a/images/codefresh-yaml/approval/build-waiting.png and b/images/codefresh-yaml/approval/build-waiting.png differ diff --git a/images/codefresh-yaml/approval/keep-volume.png b/images/codefresh-yaml/approval/keep-volume.png index d73b466a8..afca0751c 100644 Binary files a/images/codefresh-yaml/approval/keep-volume.png and b/images/codefresh-yaml/approval/keep-volume.png differ diff --git a/images/codefresh-yaml/approval/pipeline-rejected.png b/images/codefresh-yaml/approval/pipeline-rejected.png index 44acd7616..6cc782142 100644 Binary files a/images/codefresh-yaml/approval/pipeline-rejected.png and b/images/codefresh-yaml/approval/pipeline-rejected.png differ diff --git a/images/codefresh-yaml/approval/pipeline-tag.png b/images/codefresh-yaml/approval/pipeline-tag.png index 6c5b7b7d8..f92fb09a2 100644 Binary files a/images/codefresh-yaml/approval/pipeline-tag.png and b/images/codefresh-yaml/approval/pipeline-tag.png differ diff --git a/images/codefresh-yaml/approval/slack-approval.png b/images/codefresh-yaml/approval/slack-approval.png index a5c3c9a4b..aa96cb70a 100644 Binary files a/images/codefresh-yaml/approval/slack-approval.png and b/images/codefresh-yaml/approval/slack-approval.png differ diff --git a/images/codefresh-yaml/approval/slack-settings.png b/images/codefresh-yaml/approval/slack-settings.png index 0d88cd277..4bf9910e1 100644 Binary files a/images/codefresh-yaml/approval/slack-settings.png and b/images/codefresh-yaml/approval/slack-settings.png differ diff --git a/images/codefresh-yaml/environments/environments.png b/images/codefresh-yaml/environments/environments.png index 2ad21c0dd..8eafb6859 100644 Binary files a/images/codefresh-yaml/environments/environments.png and b/images/codefresh-yaml/environments/environments.png differ diff --git a/images/codefresh-yaml/environments/helm-environment.png b/images/codefresh-yaml/environments/helm-environment.png index 0c3140343..eba06586b 100644 Binary files a/images/codefresh-yaml/environments/helm-environment.png and b/images/codefresh-yaml/environments/helm-environment.png differ diff --git a/images/codefresh-yaml/environments/k8s-environment.png b/images/codefresh-yaml/environments/k8s-environment.png index a556f9d2c..8d2137155 100644 Binary files a/images/codefresh-yaml/environments/k8s-environment.png and b/images/codefresh-yaml/environments/k8s-environment.png differ diff --git a/images/codefresh-yaml/existing-composition.png b/images/codefresh-yaml/existing-composition.png index 93b91ef64..e6117d771 100644 Binary files a/images/codefresh-yaml/existing-composition.png and b/images/codefresh-yaml/existing-composition.png differ diff --git a/images/codefresh-yaml/hooks/before-pipeline.png b/images/codefresh-yaml/hooks/before-pipeline.png index f259f530d..ade96dfac 100644 Binary files a/images/codefresh-yaml/hooks/before-pipeline.png and b/images/codefresh-yaml/hooks/before-pipeline.png differ diff --git a/images/codefresh-yaml/hooks/cleanup-step.png b/images/codefresh-yaml/hooks/cleanup-step.png index 13e9a18de..b999c39b1 100644 Binary files a/images/codefresh-yaml/hooks/cleanup-step.png and b/images/codefresh-yaml/hooks/cleanup-step.png differ diff --git a/images/codefresh-yaml/hooks/step-after.png b/images/codefresh-yaml/hooks/step-after.png index e7b482972..77a217e91 100644 Binary files a/images/codefresh-yaml/hooks/step-after.png and b/images/codefresh-yaml/hooks/step-after.png differ diff --git a/images/codefresh-yaml/inline-editor.png b/images/codefresh-yaml/inline-editor.png index f7ae6c6f5..25dc61d09 100644 Binary files a/images/codefresh-yaml/inline-editor.png and b/images/codefresh-yaml/inline-editor.png differ diff --git a/images/codefresh-yaml/parallel-push.png b/images/codefresh-yaml/parallel-push.png index 2afa2d21e..d6e78370b 100644 Binary files a/images/codefresh-yaml/parallel-push.png and b/images/codefresh-yaml/parallel-push.png differ diff --git a/images/codefresh-yaml/redis-example.png b/images/codefresh-yaml/redis-example.png index ec6219227..8a45ad0a2 100644 Binary files a/images/codefresh-yaml/redis-example.png and b/images/codefresh-yaml/redis-example.png differ diff --git a/images/codefresh-yaml/services/services-tab.png b/images/codefresh-yaml/services/services-tab.png index 4e8aa081b..d2210bb03 100644 Binary files a/images/codefresh-yaml/services/services-tab.png and b/images/codefresh-yaml/services/services-tab.png differ diff --git a/images/codefresh-yaml/stages/complex-pipeline.png b/images/codefresh-yaml/stages/complex-pipeline.png index 862856df1..74d4e6b7c 100644 Binary files a/images/codefresh-yaml/stages/complex-pipeline.png and b/images/codefresh-yaml/stages/complex-pipeline.png differ diff --git a/images/codefresh-yaml/stages/complex.png b/images/codefresh-yaml/stages/complex.png index 02ee476b1..4c83c1c93 100644 Binary files a/images/codefresh-yaml/stages/complex.png and b/images/codefresh-yaml/stages/complex.png differ diff --git a/images/codefresh-yaml/stages/example.png b/images/codefresh-yaml/stages/example.png index f08a9f744..35f3ae1c6 100644 Binary files a/images/codefresh-yaml/stages/example.png and b/images/codefresh-yaml/stages/example.png differ diff --git a/images/codefresh-yaml/stages/linear-view.png b/images/codefresh-yaml/stages/linear-view.png index 829121af2..8eb6b64db 100644 Binary files a/images/codefresh-yaml/stages/linear-view.png and b/images/codefresh-yaml/stages/linear-view.png differ diff --git a/images/codefresh-yaml/steps/choose-step.png b/images/codefresh-yaml/steps/choose-step.png index f8a832afc..9ac876330 100644 Binary files a/images/codefresh-yaml/steps/choose-step.png and b/images/codefresh-yaml/steps/choose-step.png differ diff --git a/images/codefresh-yaml/steps/create-custom-step.png b/images/codefresh-yaml/steps/create-custom-step.png index 884da4efb..55fd7154b 100644 Binary files a/images/codefresh-yaml/steps/create-custom-step.png and b/images/codefresh-yaml/steps/create-custom-step.png differ diff --git a/images/codefresh-yaml/steps/create-plugin-image.png b/images/codefresh-yaml/steps/create-plugin-image.png index 49d3741a2..cdaf9ba08 100644 Binary files a/images/codefresh-yaml/steps/create-plugin-image.png and b/images/codefresh-yaml/steps/create-plugin-image.png differ diff --git a/images/codefresh-yaml/steps/example-git-providers.png b/images/codefresh-yaml/steps/example-git-providers.png index 2362a2179..b8b01e573 100644 Binary files a/images/codefresh-yaml/steps/example-git-providers.png and b/images/codefresh-yaml/steps/example-git-providers.png differ diff --git a/images/codefresh-yaml/steps/input-parameters-definition.png b/images/codefresh-yaml/steps/input-parameters-definition.png index c7389ab98..2e2e0e5ed 100644 Binary files a/images/codefresh-yaml/steps/input-parameters-definition.png and b/images/codefresh-yaml/steps/input-parameters-definition.png differ diff --git a/images/codefresh-yaml/steps/input-parameters.png b/images/codefresh-yaml/steps/input-parameters.png index 63c11583d..384f02ec9 100644 Binary files a/images/codefresh-yaml/steps/input-parameters.png and b/images/codefresh-yaml/steps/input-parameters.png differ diff --git a/images/codefresh-yaml/steps/multi-checkout.png b/images/codefresh-yaml/steps/multi-checkout.png index 919f3f1aa..b331bf024 100644 Binary files a/images/codefresh-yaml/steps/multi-checkout.png and b/images/codefresh-yaml/steps/multi-checkout.png differ diff --git a/images/codefresh-yaml/steps/output-parameters-definition.png b/images/codefresh-yaml/steps/output-parameters-definition.png index 6bc7e4722..b76e7dce8 100644 Binary files a/images/codefresh-yaml/steps/output-parameters-definition.png and b/images/codefresh-yaml/steps/output-parameters-definition.png differ diff --git a/images/codefresh-yaml/steps/plugin-parameters.png b/images/codefresh-yaml/steps/plugin-parameters.png index b273bfb8e..89493fcf4 100644 Binary files a/images/codefresh-yaml/steps/plugin-parameters.png and b/images/codefresh-yaml/steps/plugin-parameters.png differ diff --git a/images/codefresh-yaml/steps/plugin-usage.png b/images/codefresh-yaml/steps/plugin-usage.png index 3f0a53e41..3689a960e 100644 Binary files a/images/codefresh-yaml/steps/plugin-usage.png and b/images/codefresh-yaml/steps/plugin-usage.png differ diff --git a/images/codefresh-yaml/steps/proxy-variables.png b/images/codefresh-yaml/steps/proxy-variables.png index 26725f548..0314ce634 100644 Binary files a/images/codefresh-yaml/steps/proxy-variables.png and b/images/codefresh-yaml/steps/proxy-variables.png differ diff --git a/images/codefresh-yaml/steps/step-versions.png b/images/codefresh-yaml/steps/step-versions.png index 1976dc0c4..db029c537 100644 Binary files a/images/codefresh-yaml/steps/step-versions.png and b/images/codefresh-yaml/steps/step-versions.png differ diff --git a/images/codefresh-yaml/variables/encrypted-variables.png b/images/codefresh-yaml/variables/encrypted-variables.png index 68f82a42b..3bbd60da9 100644 Binary files a/images/codefresh-yaml/variables/encrypted-variables.png and b/images/codefresh-yaml/variables/encrypted-variables.png differ diff --git a/images/codefresh-yaml/variables/masked-variables.png b/images/codefresh-yaml/variables/masked-variables.png index d097f4f22..68c0ba14f 100644 Binary files a/images/codefresh-yaml/variables/masked-variables.png and b/images/codefresh-yaml/variables/masked-variables.png differ diff --git a/images/compositions/composition-list.png b/images/compositions/composition-list.png index e100f4369..fa929ae93 100644 Binary files a/images/compositions/composition-list.png and b/images/compositions/composition-list.png differ diff --git a/images/compositions/environment-running.png b/images/compositions/environment-running.png index 32a81245b..0ecc25363 100644 Binary files a/images/compositions/environment-running.png and b/images/compositions/environment-running.png differ diff --git a/images/create_trigger.png b/images/create_trigger.png index 76ba1a9f2..8f3b64a68 100644 Binary files a/images/create_trigger.png and b/images/create_trigger.png differ diff --git a/images/cron_trigger.png b/images/cron_trigger.png index ea2e92f61..a8af455a8 100644 Binary files a/images/cron_trigger.png and b/images/cron_trigger.png differ diff --git a/images/currentstate.png b/images/currentstate.png index dc8700078..c51b63a43 100644 Binary files a/images/currentstate.png and b/images/currentstate.png differ diff --git a/images/customer-admin-console.png b/images/customer-admin-console.png index 8a4bce151..aea384fc3 100644 Binary files a/images/customer-admin-console.png and b/images/customer-admin-console.png differ diff --git a/images/dd06fa9-codefresh_push_credentials.png b/images/dd06fa9-codefresh_push_credentials.png index 634db2368..41d49d06e 100644 Binary files a/images/dd06fa9-codefresh_push_credentials.png and b/images/dd06fa9-codefresh_push_credentials.png differ diff --git a/images/dockerhub_trigger_edit.png b/images/dockerhub_trigger_edit.png index cad5d1b94..1f8a30c6e 100644 Binary files a/images/dockerhub_trigger_edit.png and b/images/dockerhub_trigger_edit.png differ diff --git a/images/ef6768e-codefresh_builds_result.png b/images/ef6768e-codefresh_builds_result.png index 006607440..3a0d1af1e 100644 Binary files a/images/ef6768e-codefresh_builds_result.png and b/images/ef6768e-codefresh_builds_result.png differ diff --git a/images/examples/amazon-ecs/ecs-pipeline-deployment.png b/images/examples/amazon-ecs/ecs-pipeline-deployment.png index cc4d3347d..14f89fe5c 100644 Binary files a/images/examples/amazon-ecs/ecs-pipeline-deployment.png and b/images/examples/amazon-ecs/ecs-pipeline-deployment.png differ diff --git a/images/examples/amazon-ecs/ecs-variables.png b/images/examples/amazon-ecs/ecs-variables.png index f9bc5fa16..5712fdd4e 100644 Binary files a/images/examples/amazon-ecs/ecs-variables.png and b/images/examples/amazon-ecs/ecs-variables.png differ diff --git a/images/examples/checkout/add-new-microservice.png b/images/examples/checkout/add-new-microservice.png index 58b965bc7..f574f5989 100644 Binary files a/images/examples/checkout/add-new-microservice.png and b/images/examples/checkout/add-new-microservice.png differ diff --git a/images/examples/checkout/add-new-microservice.svg b/images/examples/checkout/add-new-microservice.svg index fd393f6bd..636377de4 100644 --- a/images/examples/checkout/add-new-microservice.svg +++ b/images/examples/checkout/add-new-microservice.svg @@ -1,1348 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - -   - step - - -   - - - Pipeline - - -   - step - - - -   - step - - - - Trigger 1 - - - - - Trigger 2 - - - - Trigger 3 - - - - Trigger 4 - - - - - - - Microservice N - - Trigger N - - - - +stepPipelinestepstepTrigger 1Trigger 2Trigger 3Trigger 4Microservice NTrigger N \ No newline at end of file diff --git a/images/examples/checkout/simulate-trigger.png b/images/examples/checkout/simulate-trigger.png index 2c4da4ff4..5ca7416f4 100644 Binary files a/images/examples/checkout/simulate-trigger.png and b/images/examples/checkout/simulate-trigger.png differ diff --git a/images/examples/composition/launch-composition-example.png b/images/examples/composition/launch-composition-example.png index ff5068a1e..41b66ecb6 100644 Binary files a/images/examples/composition/launch-composition-example.png and b/images/examples/composition/launch-composition-example.png differ diff --git a/images/examples/deployments/heroku-deployer-variables.png b/images/examples/deployments/heroku-deployer-variables.png index 7fff37fbd..e993391ba 100644 Binary files a/images/examples/deployments/heroku-deployer-variables.png and b/images/examples/deployments/heroku-deployer-variables.png differ diff --git a/images/examples/deployments/heroku-deployer-variables2.png b/images/examples/deployments/heroku-deployer-variables2.png index a8a944c5e..83dc5622f 100644 Binary files a/images/examples/deployments/heroku-deployer-variables2.png and b/images/examples/deployments/heroku-deployer-variables2.png differ diff --git a/images/examples/deployments/heroku-vanilla-push-pipeline.png b/images/examples/deployments/heroku-vanilla-push-pipeline.png index d3ef1209b..75bcbdf96 100644 Binary files a/images/examples/deployments/heroku-vanilla-push-pipeline.png and b/images/examples/deployments/heroku-vanilla-push-pipeline.png differ diff --git a/images/examples/deployments/k8s-deployment-CD-pipeline.png b/images/examples/deployments/k8s-deployment-CD-pipeline.png index 551ff8404..dd6c5dabf 100644 Binary files a/images/examples/deployments/k8s-deployment-CD-pipeline.png and b/images/examples/deployments/k8s-deployment-CD-pipeline.png differ diff --git a/images/examples/deployments/k8s-deployment-ci-pipeline.png b/images/examples/deployments/k8s-deployment-ci-pipeline.png index 0e51832c6..a57ed432a 100644 Binary files a/images/examples/deployments/k8s-deployment-ci-pipeline.png and b/images/examples/deployments/k8s-deployment-ci-pipeline.png differ diff --git a/images/examples/deployments/k8s-kustomize-dashboard.png b/images/examples/deployments/k8s-kustomize-dashboard.png index 2117ca0ec..71c9ae3ce 100644 Binary files a/images/examples/deployments/k8s-kustomize-dashboard.png and b/images/examples/deployments/k8s-kustomize-dashboard.png differ diff --git a/images/examples/deployments/k8s-kustomize-pipeline.png b/images/examples/deployments/k8s-kustomize-pipeline.png index 59ab7270f..3b8ba428d 100644 Binary files a/images/examples/deployments/k8s-kustomize-pipeline.png and b/images/examples/deployments/k8s-kustomize-pipeline.png differ diff --git a/images/examples/deployments/k8s-kustomize-prod-endpoint.png b/images/examples/deployments/k8s-kustomize-prod-endpoint.png index 1dc4639b1..d0fbacc26 100644 Binary files a/images/examples/deployments/k8s-kustomize-prod-endpoint.png and b/images/examples/deployments/k8s-kustomize-prod-endpoint.png differ diff --git a/images/examples/deployments/k8s-kustomize-prod-pipeline.png b/images/examples/deployments/k8s-kustomize-prod-pipeline.png index 91ee13d08..f215e813f 100644 Binary files a/images/examples/deployments/k8s-kustomize-prod-pipeline.png and b/images/examples/deployments/k8s-kustomize-prod-pipeline.png differ diff --git a/images/examples/deployments/k8s-kustomize-staging-endpoint.png b/images/examples/deployments/k8s-kustomize-staging-endpoint.png index fb9d016b1..663a69249 100644 Binary files a/images/examples/deployments/k8s-kustomize-staging-endpoint.png and b/images/examples/deployments/k8s-kustomize-staging-endpoint.png differ diff --git a/images/examples/deployments/k8s-kustomize-staging-pipeline.png b/images/examples/deployments/k8s-kustomize-staging-pipeline.png index 4984c6242..672fac8e1 100644 Binary files a/images/examples/deployments/k8s-kustomize-staging-pipeline.png and b/images/examples/deployments/k8s-kustomize-staging-pipeline.png differ diff --git a/images/examples/deployments/scp-hello-world.png b/images/examples/deployments/scp-hello-world.png index d375443d3..eebf2f1ba 100644 Binary files a/images/examples/deployments/scp-hello-world.png and b/images/examples/deployments/scp-hello-world.png differ diff --git a/images/examples/deployments/scp-variables.png b/images/examples/deployments/scp-variables.png index 5d8841804..d6a95102d 100644 Binary files a/images/examples/deployments/scp-variables.png and b/images/examples/deployments/scp-variables.png differ diff --git a/images/examples/docker-build/auto-push-to-cfcr.png b/images/examples/docker-build/auto-push-to-cfcr.png index 6f0b10139..de8caf006 100644 Binary files a/images/examples/docker-build/auto-push-to-cfcr.png and b/images/examples/docker-build/auto-push-to-cfcr.png differ diff --git a/images/examples/docker-build/build-and-push-pipeline.png b/images/examples/docker-build/build-and-push-pipeline.png index 9e4a943d9..2e3dd1dea 100644 Binary files a/images/examples/docker-build/build-and-push-pipeline.png and b/images/examples/docker-build/build-and-push-pipeline.png differ diff --git a/images/examples/docker-build/build-dockerfile-root.png b/images/examples/docker-build/build-dockerfile-root.png index d08ca037d..25e57c237 100644 Binary files a/images/examples/docker-build/build-dockerfile-root.png and b/images/examples/docker-build/build-dockerfile-root.png differ diff --git a/images/examples/docker-build/build-from-other-git-repo.png b/images/examples/docker-build/build-from-other-git-repo.png index 5c61a1e39..fa539933a 100644 Binary files a/images/examples/docker-build/build-from-other-git-repo.png and b/images/examples/docker-build/build-from-other-git-repo.png differ diff --git a/images/examples/docker-build/build-spefify-dockerfile.png b/images/examples/docker-build/build-spefify-dockerfile.png index 23e71e298..19e464647 100644 Binary files a/images/examples/docker-build/build-spefify-dockerfile.png and b/images/examples/docker-build/build-spefify-dockerfile.png differ diff --git a/images/examples/docker-build/cfcr-layers.png b/images/examples/docker-build/cfcr-layers.png index ca67be1f9..a4340e741 100644 Binary files a/images/examples/docker-build/cfcr-layers.png and b/images/examples/docker-build/cfcr-layers.png differ diff --git a/images/examples/docker-build/docker-build-arguments.png b/images/examples/docker-build/docker-build-arguments.png index 5907584a8..bca0a70e6 100644 Binary files a/images/examples/docker-build/docker-build-arguments.png and b/images/examples/docker-build/docker-build-arguments.png differ diff --git a/images/examples/docker-build/two-docker-images.png b/images/examples/docker-build/two-docker-images.png index c7974d0d7..ffe172ac5 100644 Binary files a/images/examples/docker-build/two-docker-images.png and b/images/examples/docker-build/two-docker-images.png differ diff --git a/images/examples/docker-swarm/docker-swarm-pipeline.png b/images/examples/docker-swarm/docker-swarm-pipeline.png index 2fe7ed3c9..fa09699f0 100644 Binary files a/images/examples/docker-swarm/docker-swarm-pipeline.png and b/images/examples/docker-swarm/docker-swarm-pipeline.png differ diff --git a/images/examples/gs/gs-download-pipeline.png b/images/examples/gs/gs-download-pipeline.png index cd704ccff..8200d4184 100644 Binary files a/images/examples/gs/gs-download-pipeline.png and b/images/examples/gs/gs-download-pipeline.png differ diff --git a/images/examples/gs/gs-pipeline-vars.png b/images/examples/gs/gs-pipeline-vars.png index c356bc58a..ea35d32e4 100644 Binary files a/images/examples/gs/gs-pipeline-vars.png and b/images/examples/gs/gs-pipeline-vars.png differ diff --git a/images/examples/gs/gs-upload-pipeline.png b/images/examples/gs/gs-upload-pipeline.png index e6154ca42..7322144ad 100644 Binary files a/images/examples/gs/gs-upload-pipeline.png and b/images/examples/gs/gs-upload-pipeline.png differ diff --git a/images/examples/helm/helm-chart.png b/images/examples/helm/helm-chart.png index 54bfff9ca..29aeecded 100644 Binary files a/images/examples/helm/helm-chart.png and b/images/examples/helm/helm-chart.png differ diff --git a/images/examples/helm/helm-deploy-pipeline.png b/images/examples/helm/helm-deploy-pipeline.png index 3cf18fa3b..63d5ee6e9 100644 Binary files a/images/examples/helm/helm-deploy-pipeline.png and b/images/examples/helm/helm-deploy-pipeline.png differ diff --git a/images/examples/helm/helm-push-and-deploy-pipeline.png b/images/examples/helm/helm-push-and-deploy-pipeline.png index 284b6aa8c..fd93aa2c3 100644 Binary files a/images/examples/helm/helm-push-and-deploy-pipeline.png and b/images/examples/helm/helm-push-and-deploy-pipeline.png differ diff --git a/images/examples/helm/helm-release.png b/images/examples/helm/helm-release.png index aa25f4733..73efab7fd 100644 Binary files a/images/examples/helm/helm-release.png and b/images/examples/helm/helm-release.png differ diff --git a/images/examples/helm/import-helm-configuration.png b/images/examples/helm/import-helm-configuration.png index 538e04abd..9eaac436c 100644 Binary files a/images/examples/helm/import-helm-configuration.png and b/images/examples/helm/import-helm-configuration.png differ diff --git a/images/examples/integration-tests/integration-tests.png b/images/examples/integration-tests/integration-tests.png index d14833241..2f04cb5b4 100644 Binary files a/images/examples/integration-tests/integration-tests.png and b/images/examples/integration-tests/integration-tests.png differ diff --git a/images/examples/integration-tests/mongodb-integration-tests.png b/images/examples/integration-tests/mongodb-integration-tests.png index 78604436b..d85b68af6 100644 Binary files a/images/examples/integration-tests/mongodb-integration-tests.png and b/images/examples/integration-tests/mongodb-integration-tests.png differ diff --git a/images/examples/integration-tests/mysql-integration-tests.png b/images/examples/integration-tests/mysql-integration-tests.png index de46fed81..17e19ea44 100644 Binary files a/images/examples/integration-tests/mysql-integration-tests.png and b/images/examples/integration-tests/mysql-integration-tests.png differ diff --git a/images/examples/integration-tests/postgresql-integration-tests.png b/images/examples/integration-tests/postgresql-integration-tests.png index b661aecb5..c5ecfa3e3 100644 Binary files a/images/examples/integration-tests/postgresql-integration-tests.png and b/images/examples/integration-tests/postgresql-integration-tests.png differ diff --git a/images/examples/integration-tests/preload-data-to-db.png b/images/examples/integration-tests/preload-data-to-db.png index bc7762e39..789331398 100644 Binary files a/images/examples/integration-tests/preload-data-to-db.png and b/images/examples/integration-tests/preload-data-to-db.png differ diff --git a/images/examples/integration-tests/redis-integration-tests.png b/images/examples/integration-tests/redis-integration-tests.png index 67b04e6e2..16d6a9378 100644 Binary files a/images/examples/integration-tests/redis-integration-tests.png and b/images/examples/integration-tests/redis-integration-tests.png differ diff --git a/images/examples/nested-pipelines/call-other-pipeline.png b/images/examples/nested-pipelines/call-other-pipeline.png index dc170913e..44b75562d 100644 Binary files a/images/examples/nested-pipelines/call-other-pipeline.png and b/images/examples/nested-pipelines/call-other-pipeline.png differ diff --git a/images/examples/nomad/nomad-ci-pipeline.png b/images/examples/nomad/nomad-ci-pipeline.png index 45f9c6761..4e72070e4 100644 Binary files a/images/examples/nomad/nomad-ci-pipeline.png and b/images/examples/nomad/nomad-ci-pipeline.png differ diff --git a/images/examples/nomad/nomad-ui-deployment.png b/images/examples/nomad/nomad-ui-deployment.png index bf1b9736d..e8dd958ce 100644 Binary files a/images/examples/nomad/nomad-ui-deployment.png and b/images/examples/nomad/nomad-ui-deployment.png differ diff --git a/images/examples/nomad/nomad-variables.png b/images/examples/nomad/nomad-variables.png index 98de8aaa2..17af6a8bc 100644 Binary files a/images/examples/nomad/nomad-variables.png and b/images/examples/nomad/nomad-variables.png differ diff --git a/images/examples/packer-gcloud/packer-codefresh-pipeline.png b/images/examples/packer-gcloud/packer-codefresh-pipeline.png index 831361ea7..9a053975b 100644 Binary files a/images/examples/packer-gcloud/packer-codefresh-pipeline.png and b/images/examples/packer-gcloud/packer-codefresh-pipeline.png differ diff --git a/images/examples/packer-gcloud/service-account-variable.png b/images/examples/packer-gcloud/service-account-variable.png index 6da5c0c3f..d5e33bc82 100644 Binary files a/images/examples/packer-gcloud/service-account-variable.png and b/images/examples/packer-gcloud/service-account-variable.png differ diff --git a/images/examples/packer-gcloud/web-app-url.png b/images/examples/packer-gcloud/web-app-url.png index b5e356247..8fcaff3c2 100644 Binary files a/images/examples/packer-gcloud/web-app-url.png and b/images/examples/packer-gcloud/web-app-url.png differ diff --git a/images/examples/php-file-transfer/variables.png b/images/examples/php-file-transfer/variables.png index 12e59682f..30cc7ddfe 100644 Binary files a/images/examples/php-file-transfer/variables.png and b/images/examples/php-file-transfer/variables.png differ diff --git a/images/examples/pulumi/pulumi-access-token.png b/images/examples/pulumi/pulumi-access-token.png index b060c7105..7a205a208 100644 Binary files a/images/examples/pulumi/pulumi-access-token.png and b/images/examples/pulumi/pulumi-access-token.png differ diff --git a/images/examples/pulumi/pulumi-pipeline.png b/images/examples/pulumi/pulumi-pipeline.png index c685ecae9..b86e7b5d8 100644 Binary files a/images/examples/pulumi/pulumi-pipeline.png and b/images/examples/pulumi/pulumi-pipeline.png differ diff --git a/images/examples/scala/pipeline.png b/images/examples/scala/pipeline.png index 0ad5f393f..51362bbbd 100644 Binary files a/images/examples/scala/pipeline.png and b/images/examples/scala/pipeline.png differ diff --git a/images/examples/sealed-secrets/add-app.png b/images/examples/sealed-secrets/add-app.png index e90655be9..d0a5c0d1a 100644 Binary files a/images/examples/sealed-secrets/add-app.png and b/images/examples/sealed-secrets/add-app.png differ diff --git a/images/examples/sealed-secrets/app-secrets.png b/images/examples/sealed-secrets/app-secrets.png index 71f7c9055..4e687f2f9 100644 Binary files a/images/examples/sealed-secrets/app-secrets.png and b/images/examples/sealed-secrets/app-secrets.png differ diff --git a/images/examples/sealed-secrets/current-state.png b/images/examples/sealed-secrets/current-state.png index afab12584..ef5defc29 100644 Binary files a/images/examples/sealed-secrets/current-state.png and b/images/examples/sealed-secrets/current-state.png differ diff --git a/images/examples/secrets/mozilla-sops-pipeline-vars.png b/images/examples/secrets/mozilla-sops-pipeline-vars.png index fdbef99cb..7f3874581 100644 Binary files a/images/examples/secrets/mozilla-sops-pipeline-vars.png and b/images/examples/secrets/mozilla-sops-pipeline-vars.png differ diff --git a/images/examples/secrets/mozilla-sops-pipeline.png b/images/examples/secrets/mozilla-sops-pipeline.png index 977e6ac09..f4c04a472 100644 Binary files a/images/examples/secrets/mozilla-sops-pipeline.png and b/images/examples/secrets/mozilla-sops-pipeline.png differ diff --git a/images/examples/secrets/vault-pipeline2.png b/images/examples/secrets/vault-pipeline2.png index 3b53a97c9..5a3d0470a 100644 Binary files a/images/examples/secrets/vault-pipeline2.png and b/images/examples/secrets/vault-pipeline2.png differ diff --git a/images/examples/shared-workspace/volume-list.png b/images/examples/shared-workspace/volume-list.png index dd81b2c7c..622491d33 100644 Binary files a/images/examples/shared-workspace/volume-list.png and b/images/examples/shared-workspace/volume-list.png differ diff --git a/images/examples/terraform/google_cloud_json.png b/images/examples/terraform/google_cloud_json.png index 489c0da24..b109926af 100644 Binary files a/images/examples/terraform/google_cloud_json.png and b/images/examples/terraform/google_cloud_json.png differ diff --git a/images/examples/terraform/terraform-pipeline.png b/images/examples/terraform/terraform-pipeline.png index 7fa28781e..1ed89574a 100644 Binary files a/images/examples/terraform/terraform-pipeline.png and b/images/examples/terraform/terraform-pipeline.png differ diff --git a/images/examples/unit-tests/fan-in-fan-out-pipeline.png b/images/examples/unit-tests/fan-in-fan-out-pipeline.png index f4e24eb68..07c46c7bf 100644 Binary files a/images/examples/unit-tests/fan-in-fan-out-pipeline.png and b/images/examples/unit-tests/fan-in-fan-out-pipeline.png differ diff --git a/images/examples/unit-tests/parallel-pipeline-examples.png b/images/examples/unit-tests/parallel-pipeline-examples.png index 8b1715458..253bed4a4 100644 Binary files a/images/examples/unit-tests/parallel-pipeline-examples.png and b/images/examples/unit-tests/parallel-pipeline-examples.png differ diff --git a/images/examples/unit-tests/unit-tests-pipeline.png b/images/examples/unit-tests/unit-tests-pipeline.png index 8f21d296e..e269fda0c 100644 Binary files a/images/examples/unit-tests/unit-tests-pipeline.png and b/images/examples/unit-tests/unit-tests-pipeline.png differ diff --git a/images/f539b84-ad2bbd1-codefresh_stash_internal_new2.png b/images/f539b84-ad2bbd1-codefresh_stash_internal_new2.png index 2bb4d9a33..d0cd898e7 100644 Binary files a/images/f539b84-ad2bbd1-codefresh_stash_internal_new2.png and b/images/f539b84-ad2bbd1-codefresh_stash_internal_new2.png differ diff --git a/images/ffc028a-Screenshot_from_2018-02-09_15-33-09.png b/images/ffc028a-Screenshot_from_2018-02-09_15-33-09.png index 77f227152..9e2786595 100644 Binary files a/images/ffc028a-Screenshot_from_2018-02-09_15-33-09.png and b/images/ffc028a-Screenshot_from_2018-02-09_15-33-09.png differ diff --git a/images/getting-started/create-account/bitbucket-authorize.png b/images/getting-started/create-account/bitbucket-authorize.png index 987adbff3..718c8bfd3 100644 Binary files a/images/getting-started/create-account/bitbucket-authorize.png and b/images/getting-started/create-account/bitbucket-authorize.png differ diff --git a/images/getting-started/create-account/codefresh-accountname.png b/images/getting-started/create-account/codefresh-accountname.png index 44cfd1036..a40176cf2 100644 Binary files a/images/getting-started/create-account/codefresh-accountname.png and b/images/getting-started/create-account/codefresh-accountname.png differ diff --git a/images/getting-started/create-account/codefresh-dashboard.png b/images/getting-started/create-account/codefresh-dashboard.png index 86c077b08..a2348b0e1 100644 Binary files a/images/getting-started/create-account/codefresh-dashboard.png and b/images/getting-started/create-account/codefresh-dashboard.png differ diff --git a/images/getting-started/create-account/codefresh-personalize.png b/images/getting-started/create-account/codefresh-personalize.png index 205fd55b3..4ab00a8d7 100644 Binary files a/images/getting-started/create-account/codefresh-personalize.png and b/images/getting-started/create-account/codefresh-personalize.png differ diff --git a/images/getting-started/create-account/codefresh-signup.png b/images/getting-started/create-account/codefresh-signup.png index ab7a35661..3c41cb2e8 100644 Binary files a/images/getting-started/create-account/codefresh-signup.png and b/images/getting-started/create-account/codefresh-signup.png differ diff --git a/images/getting-started/create-account/create-account-steps.png b/images/getting-started/create-account/create-account-steps.png index 9769257b5..c3e4b4571 100644 Binary files a/images/getting-started/create-account/create-account-steps.png and b/images/getting-started/create-account/create-account-steps.png differ diff --git a/images/getting-started/create-account/git-firewall.png b/images/getting-started/create-account/git-firewall.png index bf4842c4f..ed14832ac 100644 Binary files a/images/getting-started/create-account/git-firewall.png and b/images/getting-started/create-account/git-firewall.png differ diff --git a/images/getting-started/create-account/github-authorize.png b/images/getting-started/create-account/github-authorize.png index 49aa8809b..a33670a1e 100644 Binary files a/images/getting-started/create-account/github-authorize.png and b/images/getting-started/create-account/github-authorize.png differ diff --git a/images/getting-started/create-account/gitlab-authorize.png b/images/getting-started/create-account/gitlab-authorize.png index d666b39f6..a3bd4ce1b 100644 Binary files a/images/getting-started/create-account/gitlab-authorize.png and b/images/getting-started/create-account/gitlab-authorize.png differ diff --git a/images/getting-started/create-account/select-identity-provider.png b/images/getting-started/create-account/select-identity-provider.png index d5321606e..7a5547dae 100644 Binary files a/images/getting-started/create-account/select-identity-provider.png and b/images/getting-started/create-account/select-identity-provider.png differ diff --git a/images/getting-started/create-account/stash.png b/images/getting-started/create-account/stash.png index 1415da356..7a6dfcf6d 100644 Binary files a/images/getting-started/create-account/stash.png and b/images/getting-started/create-account/stash.png differ diff --git a/images/getting-started/quick-start-ci/add-docker-hub.png b/images/getting-started/quick-start-ci/add-docker-hub.png index fcac5f314..6beb78b70 100644 Binary files a/images/getting-started/quick-start-ci/add-docker-hub.png and b/images/getting-started/quick-start-ci/add-docker-hub.png differ diff --git a/images/getting-started/quick-start-ci/add-new.png b/images/getting-started/quick-start-ci/add-new.png index 92780006e..4e698312f 100644 Binary files a/images/getting-started/quick-start-ci/add-new.png and b/images/getting-started/quick-start-ci/add-new.png differ diff --git a/images/getting-started/quick-start-ci/build-button.png b/images/getting-started/quick-start-ci/build-button.png index 6da6cdc1c..2b9166f51 100644 Binary files a/images/getting-started/quick-start-ci/build-button.png and b/images/getting-started/quick-start-ci/build-button.png differ diff --git a/images/getting-started/quick-start-ci/build-method.png b/images/getting-started/quick-start-ci/build-method.png index 1be012842..2adb48cd0 100644 Binary files a/images/getting-started/quick-start-ci/build-method.png and b/images/getting-started/quick-start-ci/build-method.png differ diff --git a/images/getting-started/quick-start-ci/building.png b/images/getting-started/quick-start-ci/building.png index 07d491905..c6f0299b9 100644 Binary files a/images/getting-started/quick-start-ci/building.png and b/images/getting-started/quick-start-ci/building.png differ diff --git a/images/getting-started/quick-start-ci/ci-with-merges.svg b/images/getting-started/quick-start-ci/ci-with-merges.svg index 2da15cc57..393d52f8c 100644 --- a/images/getting-started/quick-start-ci/ci-with-merges.svg +++ b/images/getting-started/quick-start-ci/ci-with-merges.svg @@ -1,974 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - Git - - - - Compile/Package - - - - Build Docker Image - - - StoreDocker Image - - - PushDockerImage - - - - Test - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Pull request - Pull request - Feature 2 - Feature 1 - Master - - - - - +GitCompile/PackageBuild Docker ImageStoreDocker ImagePushDockerImageTestPull requestPull requestFeature 2Feature 1Master \ No newline at end of file diff --git a/images/getting-started/quick-start-ci/create-pipeline.png b/images/getting-started/quick-start-ci/create-pipeline.png index c9a5ac98f..c902aa4db 100644 Binary files a/images/getting-started/quick-start-ci/create-pipeline.png and b/images/getting-started/quick-start-ci/create-pipeline.png differ diff --git a/images/getting-started/quick-start-ci/dashboard.png b/images/getting-started/quick-start-ci/dashboard.png index 34a927ba3..c4c8e9b31 100644 Binary files a/images/getting-started/quick-start-ci/dashboard.png and b/images/getting-started/quick-start-ci/dashboard.png differ diff --git a/images/getting-started/quick-start-ci/docker-build-steps.jpg b/images/getting-started/quick-start-ci/docker-build-steps.jpg index 69b2f4165..847598c06 100644 Binary files a/images/getting-started/quick-start-ci/docker-build-steps.jpg and b/images/getting-started/quick-start-ci/docker-build-steps.jpg differ diff --git a/images/getting-started/quick-start-ci/docker-build-steps.png b/images/getting-started/quick-start-ci/docker-build-steps.png index 178b822eb..506d5447a 100644 Binary files a/images/getting-started/quick-start-ci/docker-build-steps.png and b/images/getting-started/quick-start-ci/docker-build-steps.png differ diff --git a/images/getting-started/quick-start-ci/docker-build-steps.svg b/images/getting-started/quick-start-ci/docker-build-steps.svg index 2b0021a39..186c10e2d 100644 --- a/images/getting-started/quick-start-ci/docker-build-steps.svg +++ b/images/getting-started/quick-start-ci/docker-build-steps.svg @@ -1,270 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - Git - - - - Compile/Package - - - - Build Docker Image - - - - - +GitCompile/PackageBuild Docker Image \ No newline at end of file diff --git a/images/getting-started/quick-start-ci/docker-file-locate.png b/images/getting-started/quick-start-ci/docker-file-locate.png index 81d73d6d5..1b794e393 100644 Binary files a/images/getting-started/quick-start-ci/docker-file-locate.png and b/images/getting-started/quick-start-ci/docker-file-locate.png differ diff --git a/images/getting-started/quick-start-ci/docker-hub.png b/images/getting-started/quick-start-ci/docker-hub.png index ff945379c..d4b9d9b6b 100644 Binary files a/images/getting-started/quick-start-ci/docker-hub.png and b/images/getting-started/quick-start-ci/docker-hub.png differ diff --git a/images/getting-started/quick-start-ci/docker-images.png b/images/getting-started/quick-start-ci/docker-images.png index 986ba244e..73febdb52 100644 Binary files a/images/getting-started/quick-start-ci/docker-images.png and b/images/getting-started/quick-start-ci/docker-images.png differ diff --git a/images/getting-started/quick-start-ci/docker-layers.png b/images/getting-started/quick-start-ci/docker-layers.png index 090e94c0d..4d3d6cca6 100644 Binary files a/images/getting-started/quick-start-ci/docker-layers.png and b/images/getting-started/quick-start-ci/docker-layers.png differ diff --git a/images/getting-started/quick-start-ci/docker-push-stage.jpg b/images/getting-started/quick-start-ci/docker-push-stage.jpg index 47575b018..01f7b0d91 100644 Binary files a/images/getting-started/quick-start-ci/docker-push-stage.jpg and b/images/getting-started/quick-start-ci/docker-push-stage.jpg differ diff --git a/images/getting-started/quick-start-ci/docker-push-stage.png b/images/getting-started/quick-start-ci/docker-push-stage.png index 101dec208..60dd4eb86 100644 Binary files a/images/getting-started/quick-start-ci/docker-push-stage.png and b/images/getting-started/quick-start-ci/docker-push-stage.png differ diff --git a/images/getting-started/quick-start-ci/docker-push-stage.svg b/images/getting-started/quick-start-ci/docker-push-stage.svg index 597cd444d..e4824fdf5 100644 --- a/images/getting-started/quick-start-ci/docker-push-stage.svg +++ b/images/getting-started/quick-start-ci/docker-push-stage.svg @@ -1,356 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - Git - - Compile/Package - - Build Docker Image - - StoreDocker Image - - - PushDockerImage - - - Test - - - - - - - +GitCompile/PackageBuild Docker ImageStoreDocker ImagePushDockerImageTest \ No newline at end of file diff --git a/images/getting-started/quick-start-ci/docker-pushing.png b/images/getting-started/quick-start-ci/docker-pushing.png index 68243eaf0..0d9c3ba6d 100644 Binary files a/images/getting-started/quick-start-ci/docker-pushing.png and b/images/getting-started/quick-start-ci/docker-pushing.png differ diff --git a/images/getting-started/quick-start-ci/docker-store-stage.jpg b/images/getting-started/quick-start-ci/docker-store-stage.jpg index df71408b8..f7ad2a995 100644 Binary files a/images/getting-started/quick-start-ci/docker-store-stage.jpg and b/images/getting-started/quick-start-ci/docker-store-stage.jpg differ diff --git a/images/getting-started/quick-start-ci/docker-store-stage.png b/images/getting-started/quick-start-ci/docker-store-stage.png index 99ddf870b..bb8b88913 100644 Binary files a/images/getting-started/quick-start-ci/docker-store-stage.png and b/images/getting-started/quick-start-ci/docker-store-stage.png differ diff --git a/images/getting-started/quick-start-ci/docker-store-stage.svg b/images/getting-started/quick-start-ci/docker-store-stage.svg index dcc35e69f..2163e6ef7 100644 --- a/images/getting-started/quick-start-ci/docker-store-stage.svg +++ b/images/getting-started/quick-start-ci/docker-store-stage.svg @@ -1,322 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - Git - - Compile/Package - - Build Docker Image - - - StoreDocker Image - - - Test - - - - - - +GitCompile/PackageBuild Docker ImageStoreDocker ImageTest \ No newline at end of file diff --git a/images/getting-started/quick-start-ci/docker-timeline.png b/images/getting-started/quick-start-ci/docker-timeline.png index ea7c844d9..bd4017ec8 100644 Binary files a/images/getting-started/quick-start-ci/docker-timeline.png and b/images/getting-started/quick-start-ci/docker-timeline.png differ diff --git a/images/getting-started/quick-start-ci/external-registries.png b/images/getting-started/quick-start-ci/external-registries.png index 572b45d1b..21fc73368 100644 Binary files a/images/getting-started/quick-start-ci/external-registries.png and b/images/getting-started/quick-start-ci/external-registries.png differ diff --git a/images/getting-started/quick-start-ci/finished-build.png b/images/getting-started/quick-start-ci/finished-build.png index aa474d944..504bcfb49 100644 Binary files a/images/getting-started/quick-start-ci/finished-build.png and b/images/getting-started/quick-start-ci/finished-build.png differ diff --git a/images/getting-started/quick-start-ci/fork-example-project.png b/images/getting-started/quick-start-ci/fork-example-project.png index 22dd534b6..893b6062d 100644 Binary files a/images/getting-started/quick-start-ci/fork-example-project.png and b/images/getting-started/quick-start-ci/fork-example-project.png differ diff --git a/images/getting-started/quick-start-ci/inspect-docker-file.png b/images/getting-started/quick-start-ci/inspect-docker-file.png index 8652e71ec..10f82d954 100644 Binary files a/images/getting-started/quick-start-ci/inspect-docker-file.png and b/images/getting-started/quick-start-ci/inspect-docker-file.png differ diff --git a/images/getting-started/quick-start-ci/pipeline-overview.jpg b/images/getting-started/quick-start-ci/pipeline-overview.jpg index 6443154ef..19cdaa59f 100644 Binary files a/images/getting-started/quick-start-ci/pipeline-overview.jpg and b/images/getting-started/quick-start-ci/pipeline-overview.jpg differ diff --git a/images/getting-started/quick-start-ci/pipeline-overview.png b/images/getting-started/quick-start-ci/pipeline-overview.png index b36aa08d6..23a709a08 100644 Binary files a/images/getting-started/quick-start-ci/pipeline-overview.png and b/images/getting-started/quick-start-ci/pipeline-overview.png differ diff --git a/images/getting-started/quick-start-ci/pipeline-overview.svg b/images/getting-started/quick-start-ci/pipeline-overview.svg index 51fbcdadb..d15fc427b 100644 --- a/images/getting-started/quick-start-ci/pipeline-overview.svg +++ b/images/getting-started/quick-start-ci/pipeline-overview.svg @@ -1,401 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - Git - - - - Compile/Package - - - - Build Docker Image - - - StoreDocker Image - - - PushDockerImage - - - - Test - - DemoEnvironment - - - - - - - - +GitCompile/PackageBuild Docker ImageStoreDocker ImagePushDockerImageTestDemoEnvironment \ No newline at end of file diff --git a/images/getting-started/quick-start-ci/push-to-registry.png b/images/getting-started/quick-start-ci/push-to-registry.png index 26214fb07..8de9e80b6 100644 Binary files a/images/getting-started/quick-start-ci/push-to-registry.png and b/images/getting-started/quick-start-ci/push-to-registry.png differ diff --git a/images/getting-started/quick-start-ci/sample-application.png b/images/getting-started/quick-start-ci/sample-application.png index 0bbe73d5f..674d6ddac 100644 Binary files a/images/getting-started/quick-start-ci/sample-application.png and b/images/getting-started/quick-start-ci/sample-application.png differ diff --git a/images/getting-started/quick-start-ci/select-branch-to-build.png b/images/getting-started/quick-start-ci/select-branch-to-build.png index 9ecb3f18c..06d977dd6 100644 Binary files a/images/getting-started/quick-start-ci/select-branch-to-build.png and b/images/getting-started/quick-start-ci/select-branch-to-build.png differ diff --git a/images/getting-started/quick-start-ci/select-git-repository.png b/images/getting-started/quick-start-ci/select-git-repository.png index d42f3c64c..d83820e20 100644 Binary files a/images/getting-started/quick-start-ci/select-git-repository.png and b/images/getting-started/quick-start-ci/select-git-repository.png differ diff --git a/images/getting-started/quick-start-ci/unit-test-result.png b/images/getting-started/quick-start-ci/unit-test-result.png index a7ad54d86..616d48604 100644 Binary files a/images/getting-started/quick-start-ci/unit-test-result.png and b/images/getting-started/quick-start-ci/unit-test-result.png differ diff --git a/images/getting-started/quick-start-ci/unit-test-stage.jpg b/images/getting-started/quick-start-ci/unit-test-stage.jpg index 9e0c9c06e..4aa1e9139 100644 Binary files a/images/getting-started/quick-start-ci/unit-test-stage.jpg and b/images/getting-started/quick-start-ci/unit-test-stage.jpg differ diff --git a/images/getting-started/quick-start-ci/unit-test-stage.png b/images/getting-started/quick-start-ci/unit-test-stage.png index e0e098ff2..c4d2c7d39 100644 Binary files a/images/getting-started/quick-start-ci/unit-test-stage.png and b/images/getting-started/quick-start-ci/unit-test-stage.png differ diff --git a/images/getting-started/quick-start-ci/unit-test-stage.svg b/images/getting-started/quick-start-ci/unit-test-stage.svg index 29b91cffc..6b05c266b 100644 --- a/images/getting-started/quick-start-ci/unit-test-stage.svg +++ b/images/getting-started/quick-start-ci/unit-test-stage.svg @@ -1,287 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - Git - - Compile/Package - - Build Docker Image - - - Test - - - - - - +GitCompile/PackageBuild Docker ImageTest \ No newline at end of file diff --git a/images/getting-started/quick-start-ci/unit-tests.png b/images/getting-started/quick-start-ci/unit-tests.png index e881c02a6..906714f05 100644 Binary files a/images/getting-started/quick-start-ci/unit-tests.png and b/images/getting-started/quick-start-ci/unit-tests.png differ diff --git a/images/getting-started/quick-start-ci/webhook-github.png b/images/getting-started/quick-start-ci/webhook-github.png index 60021616b..19a6a6f19 100644 Binary files a/images/getting-started/quick-start-ci/webhook-github.png and b/images/getting-started/quick-start-ci/webhook-github.png differ diff --git a/images/getting-started/quick-start-ci/yaml-toggle.png b/images/getting-started/quick-start-ci/yaml-toggle.png index a3712d889..c658d6fab 100644 Binary files a/images/getting-started/quick-start-ci/yaml-toggle.png and b/images/getting-started/quick-start-ci/yaml-toggle.png differ diff --git a/images/getting-started/quick-start-helm/empty-helm-cluster.png b/images/getting-started/quick-start-helm/empty-helm-cluster.png index 3af8d098e..d42240068 100644 Binary files a/images/getting-started/quick-start-helm/empty-helm-cluster.png and b/images/getting-started/quick-start-helm/empty-helm-cluster.png differ diff --git a/images/getting-started/quick-start-helm/helm-logs.png b/images/getting-started/quick-start-helm/helm-logs.png index fa5a57942..df6d22d90 100644 Binary files a/images/getting-started/quick-start-helm/helm-logs.png and b/images/getting-started/quick-start-helm/helm-logs.png differ diff --git a/images/getting-started/quick-start-helm/helm-only-store.png b/images/getting-started/quick-start-helm/helm-only-store.png index 0e7f4e2c6..c8a4880bc 100644 Binary files a/images/getting-started/quick-start-helm/helm-only-store.png and b/images/getting-started/quick-start-helm/helm-only-store.png differ diff --git a/images/getting-started/quick-start-helm/helm-release-details.png b/images/getting-started/quick-start-helm/helm-release-details.png index fdd692b8e..59615fd3e 100644 Binary files a/images/getting-started/quick-start-helm/helm-release-details.png and b/images/getting-started/quick-start-helm/helm-release-details.png differ diff --git a/images/getting-started/quick-start-helm/helm-repo.png b/images/getting-started/quick-start-helm/helm-repo.png index bab1ce09b..70747d49b 100644 Binary files a/images/getting-started/quick-start-helm/helm-repo.png and b/images/getting-started/quick-start-helm/helm-repo.png differ diff --git a/images/getting-started/quick-start-helm/helm-rollback.png b/images/getting-started/quick-start-helm/helm-rollback.png index 8e7afa0a2..8dffc3af4 100644 Binary files a/images/getting-started/quick-start-helm/helm-rollback.png and b/images/getting-started/quick-start-helm/helm-rollback.png differ diff --git a/images/getting-started/quick-start-helm/helm-values.png b/images/getting-started/quick-start-helm/helm-values.png index f5eae9b13..c124add00 100644 Binary files a/images/getting-started/quick-start-helm/helm-values.png and b/images/getting-started/quick-start-helm/helm-values.png differ diff --git a/images/getting-started/quick-start-helm/helm-version-selection.png b/images/getting-started/quick-start-helm/helm-version-selection.png index b88412000..37c55957e 100644 Binary files a/images/getting-started/quick-start-helm/helm-version-selection.png and b/images/getting-started/quick-start-helm/helm-version-selection.png differ diff --git a/images/getting-started/quick-start-helm/import-helm-repo-conf.png b/images/getting-started/quick-start-helm/import-helm-repo-conf.png index 6b0b984fe..cd8b078db 100644 Binary files a/images/getting-started/quick-start-helm/import-helm-repo-conf.png and b/images/getting-started/quick-start-helm/import-helm-repo-conf.png differ diff --git a/images/getting-started/quick-start-k8s/add-codefresh-registry.png b/images/getting-started/quick-start-k8s/add-codefresh-registry.png index 1f189587d..3536ddeb2 100644 Binary files a/images/getting-started/quick-start-k8s/add-codefresh-registry.png and b/images/getting-started/quick-start-k8s/add-codefresh-registry.png differ diff --git a/images/getting-started/quick-start-k8s/add-service-button.png b/images/getting-started/quick-start-k8s/add-service-button.png index 5201bb34a..6934b35a0 100644 Binary files a/images/getting-started/quick-start-k8s/add-service-button.png and b/images/getting-started/quick-start-k8s/add-service-button.png differ diff --git a/images/getting-started/quick-start-k8s/add-service.png b/images/getting-started/quick-start-k8s/add-service.png index 9e591d297..1da9d7308 100644 Binary files a/images/getting-started/quick-start-k8s/add-service.png and b/images/getting-started/quick-start-k8s/add-service.png differ diff --git a/images/getting-started/quick-start-k8s/after-change.png b/images/getting-started/quick-start-k8s/after-change.png index 5251e7d9d..158c3dd4f 100644 Binary files a/images/getting-started/quick-start-k8s/after-change.png and b/images/getting-started/quick-start-k8s/after-change.png differ diff --git a/images/getting-started/quick-start-k8s/after-deployment.png b/images/getting-started/quick-start-k8s/after-deployment.png index 24785c27f..309c490c3 100644 Binary files a/images/getting-started/quick-start-k8s/after-deployment.png and b/images/getting-started/quick-start-k8s/after-deployment.png differ diff --git a/images/getting-started/quick-start-k8s/before-change.png b/images/getting-started/quick-start-k8s/before-change.png index 00277967c..70152b596 100644 Binary files a/images/getting-started/quick-start-k8s/before-change.png and b/images/getting-started/quick-start-k8s/before-change.png differ diff --git a/images/getting-started/quick-start-k8s/deployment-build.png b/images/getting-started/quick-start-k8s/deployment-build.png index d99bb08c9..d58cd9673 100644 Binary files a/images/getting-started/quick-start-k8s/deployment-build.png and b/images/getting-started/quick-start-k8s/deployment-build.png differ diff --git a/images/getting-started/quick-start-k8s/deployment-in-progress.png b/images/getting-started/quick-start-k8s/deployment-in-progress.png index d4f7c703e..21f4215f3 100644 Binary files a/images/getting-started/quick-start-k8s/deployment-in-progress.png and b/images/getting-started/quick-start-k8s/deployment-in-progress.png differ diff --git a/images/getting-started/quick-start-k8s/deployment-step.png b/images/getting-started/quick-start-k8s/deployment-step.png index d4f7c703e..21f4215f3 100644 Binary files a/images/getting-started/quick-start-k8s/deployment-step.png and b/images/getting-started/quick-start-k8s/deployment-step.png differ diff --git a/images/getting-started/quick-start-k8s/docker-image-name.png b/images/getting-started/quick-start-k8s/docker-image-name.png index 162a46c8f..9c2db9e7f 100644 Binary files a/images/getting-started/quick-start-k8s/docker-image-name.png and b/images/getting-started/quick-start-k8s/docker-image-name.png differ diff --git a/images/getting-started/quick-start-k8s/generate-api-button.png b/images/getting-started/quick-start-k8s/generate-api-button.png index ab9926668..c2d4bc6db 100644 Binary files a/images/getting-started/quick-start-k8s/generate-api-button.png and b/images/getting-started/quick-start-k8s/generate-api-button.png differ diff --git a/images/getting-started/quick-start-k8s/generate-api-key.png b/images/getting-started/quick-start-k8s/generate-api-key.png index e2f795dce..40a4a182c 100644 Binary files a/images/getting-started/quick-start-k8s/generate-api-key.png and b/images/getting-started/quick-start-k8s/generate-api-key.png differ diff --git a/images/getting-started/quick-start-k8s/git-change.png b/images/getting-started/quick-start-k8s/git-change.png index 7e4e60c57..bd6745346 100644 Binary files a/images/getting-started/quick-start-k8s/git-change.png and b/images/getting-started/quick-start-k8s/git-change.png differ diff --git a/images/getting-started/quick-start-k8s/integrations.png b/images/getting-started/quick-start-k8s/integrations.png index 3f90509a1..930ee0251 100644 Binary files a/images/getting-started/quick-start-k8s/integrations.png and b/images/getting-started/quick-start-k8s/integrations.png differ diff --git a/images/getting-started/quick-start-k8s/overview.png b/images/getting-started/quick-start-k8s/overview.png index d04961b28..d723dc5f3 100644 Binary files a/images/getting-started/quick-start-k8s/overview.png and b/images/getting-started/quick-start-k8s/overview.png differ diff --git a/images/getting-started/quick-start-k8s/push-to-registry.png b/images/getting-started/quick-start-k8s/push-to-registry.png index 009f52eed..f08bfc67c 100644 Binary files a/images/getting-started/quick-start-k8s/push-to-registry.png and b/images/getting-started/quick-start-k8s/push-to-registry.png differ diff --git a/images/getting-started/quick-start-test-pr/auto-build-feature.png b/images/getting-started/quick-start-test-pr/auto-build-feature.png index 1189d9a71..87997f491 100644 Binary files a/images/getting-started/quick-start-test-pr/auto-build-feature.png and b/images/getting-started/quick-start-test-pr/auto-build-feature.png differ diff --git a/images/getting-started/quick-start-test-pr/auto-build-pr.png b/images/getting-started/quick-start-test-pr/auto-build-pr.png index 89669530d..830ba495e 100644 Binary files a/images/getting-started/quick-start-test-pr/auto-build-pr.png and b/images/getting-started/quick-start-test-pr/auto-build-pr.png differ diff --git a/images/getting-started/quick-start-test-pr/auto-build-settings.png b/images/getting-started/quick-start-test-pr/auto-build-settings.png index f74365f78..71d2a6d99 100644 Binary files a/images/getting-started/quick-start-test-pr/auto-build-settings.png and b/images/getting-started/quick-start-test-pr/auto-build-settings.png differ diff --git a/images/getting-started/quick-start-test-pr/demo-environment.png b/images/getting-started/quick-start-test-pr/demo-environment.png index 48614f490..1defce7fd 100644 Binary files a/images/getting-started/quick-start-test-pr/demo-environment.png and b/images/getting-started/quick-start-test-pr/demo-environment.png differ diff --git a/images/getting-started/quick-start-test-pr/demo-stage.jpg b/images/getting-started/quick-start-test-pr/demo-stage.jpg index db836686c..27b9e698a 100644 Binary files a/images/getting-started/quick-start-test-pr/demo-stage.jpg and b/images/getting-started/quick-start-test-pr/demo-stage.jpg differ diff --git a/images/getting-started/quick-start-test-pr/demo-stage.png b/images/getting-started/quick-start-test-pr/demo-stage.png index aafe111be..a6beabe57 100644 Binary files a/images/getting-started/quick-start-test-pr/demo-stage.png and b/images/getting-started/quick-start-test-pr/demo-stage.png differ diff --git a/images/getting-started/quick-start-test-pr/demo-stage.svg b/images/getting-started/quick-start-test-pr/demo-stage.svg index eab0ac324..7e83fad5b 100644 --- a/images/getting-started/quick-start-test-pr/demo-stage.svg +++ b/images/getting-started/quick-start-test-pr/demo-stage.svg @@ -1,347 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - Git - - Compile/Package - - Build Docker Image - - StoreDocker Image - - Test - DemoEnvironment - - - - - - - +GitCompile/PackageBuild Docker ImageStoreDocker ImageTestDemoEnvironment \ No newline at end of file diff --git a/images/getting-started/quick-start-test-pr/env-details.png b/images/getting-started/quick-start-test-pr/env-details.png index 949a2c051..728b04012 100644 Binary files a/images/getting-started/quick-start-test-pr/env-details.png and b/images/getting-started/quick-start-test-pr/env-details.png differ diff --git a/images/getting-started/quick-start-test-pr/launch-dashboard.png b/images/getting-started/quick-start-test-pr/launch-dashboard.png index 05f317da9..992d8de91 100644 Binary files a/images/getting-started/quick-start-test-pr/launch-dashboard.png and b/images/getting-started/quick-start-test-pr/launch-dashboard.png differ diff --git a/images/getting-started/quick-start-test-pr/launch-url.png b/images/getting-started/quick-start-test-pr/launch-url.png index bacf0b7f9..436246a35 100644 Binary files a/images/getting-started/quick-start-test-pr/launch-url.png and b/images/getting-started/quick-start-test-pr/launch-url.png differ diff --git a/images/getting-started/quick-start-test-pr/launch.png b/images/getting-started/quick-start-test-pr/launch.png index ce0ae37cf..fe4479659 100644 Binary files a/images/getting-started/quick-start-test-pr/launch.png and b/images/getting-started/quick-start-test-pr/launch.png differ diff --git a/images/getting-started/quick-start-test-pr/multiple-pipelines.png b/images/getting-started/quick-start-test-pr/multiple-pipelines.png index 16a42677b..8aa86bb15 100644 Binary files a/images/getting-started/quick-start-test-pr/multiple-pipelines.png and b/images/getting-started/quick-start-test-pr/multiple-pipelines.png differ diff --git a/images/getting-started/quick-start-test-pr/port-setting.png b/images/getting-started/quick-start-test-pr/port-setting.png index a6f234a7c..639e2eb48 100644 Binary files a/images/getting-started/quick-start-test-pr/port-setting.png and b/images/getting-started/quick-start-test-pr/port-setting.png differ diff --git a/images/getting-started/quick-start-test-pr/view-branches.png b/images/getting-started/quick-start-test-pr/view-branches.png index df584d087..2e61ccac8 100644 Binary files a/images/getting-started/quick-start-test-pr/view-branches.png and b/images/getting-started/quick-start-test-pr/view-branches.png differ diff --git a/images/getting-started/quick-start-test-pr/view-prs.png b/images/getting-started/quick-start-test-pr/view-prs.png index 3706ca172..5616475e7 100644 Binary files a/images/getting-started/quick-start-test-pr/view-prs.png and b/images/getting-started/quick-start-test-pr/view-prs.png differ diff --git a/images/guides/branches-pull-requests/auto-branch-build.png b/images/guides/branches-pull-requests/auto-branch-build.png index 5e486c1c7..e619a5b9c 100644 Binary files a/images/guides/branches-pull-requests/auto-branch-build.png and b/images/guides/branches-pull-requests/auto-branch-build.png differ diff --git a/images/guides/branches-pull-requests/branch-step-condition.png b/images/guides/branches-pull-requests/branch-step-condition.png index 1b8a4f05d..c6ff10c96 100644 Binary files a/images/guides/branches-pull-requests/branch-step-condition.png and b/images/guides/branches-pull-requests/branch-step-condition.png differ diff --git a/images/guides/branches-pull-requests/build-specific-branch.png b/images/guides/branches-pull-requests/build-specific-branch.png index 3d5e31e7e..52fc5d93a 100644 Binary files a/images/guides/branches-pull-requests/build-specific-branch.png and b/images/guides/branches-pull-requests/build-specific-branch.png differ diff --git a/images/guides/branches-pull-requests/choosing-pr-events.png b/images/guides/branches-pull-requests/choosing-pr-events.png index e37013560..83dcd3312 100644 Binary files a/images/guides/branches-pull-requests/choosing-pr-events.png and b/images/guides/branches-pull-requests/choosing-pr-events.png differ diff --git a/images/guides/branches-pull-requests/feature-pipeline.png b/images/guides/branches-pull-requests/feature-pipeline.png index f7f7e4c9e..90465434f 100644 Binary files a/images/guides/branches-pull-requests/feature-pipeline.png and b/images/guides/branches-pull-requests/feature-pipeline.png differ diff --git a/images/guides/branches-pull-requests/git-flow-feature-trigger.png b/images/guides/branches-pull-requests/git-flow-feature-trigger.png index 4daff7629..9e69b0f64 100644 Binary files a/images/guides/branches-pull-requests/git-flow-feature-trigger.png and b/images/guides/branches-pull-requests/git-flow-feature-trigger.png differ diff --git a/images/guides/branches-pull-requests/git-flow-release-pipeline-trigger.png b/images/guides/branches-pull-requests/git-flow-release-pipeline-trigger.png index 0f3557bc7..1b29897c9 100644 Binary files a/images/guides/branches-pull-requests/git-flow-release-pipeline-trigger.png and b/images/guides/branches-pull-requests/git-flow-release-pipeline-trigger.png differ diff --git a/images/guides/branches-pull-requests/pr-event.png b/images/guides/branches-pull-requests/pr-event.png index 0342ab30f..258aee558 100644 Binary files a/images/guides/branches-pull-requests/pr-event.png and b/images/guides/branches-pull-requests/pr-event.png differ diff --git a/images/guides/branches-pull-requests/production-pipeline.png b/images/guides/branches-pull-requests/production-pipeline.png index 0fc7a6ee6..a5ad51969 100644 Binary files a/images/guides/branches-pull-requests/production-pipeline.png and b/images/guides/branches-pull-requests/production-pipeline.png differ diff --git a/images/guides/branches-pull-requests/restrict-branch.png b/images/guides/branches-pull-requests/restrict-branch.png index 74af2035c..95148e583 100644 Binary files a/images/guides/branches-pull-requests/restrict-branch.png and b/images/guides/branches-pull-requests/restrict-branch.png differ diff --git a/images/guides/branches-pull-requests/trigger-for-features.png b/images/guides/branches-pull-requests/trigger-for-features.png index 0599cc653..48abecf80 100644 Binary files a/images/guides/branches-pull-requests/trigger-for-features.png and b/images/guides/branches-pull-requests/trigger-for-features.png differ diff --git a/images/guides/branches-pull-requests/trigger-for-production-pipeline.png b/images/guides/branches-pull-requests/trigger-for-production-pipeline.png index 8ce454489..bfe175bb7 100644 Binary files a/images/guides/branches-pull-requests/trigger-for-production-pipeline.png and b/images/guides/branches-pull-requests/trigger-for-production-pipeline.png differ diff --git a/images/guides/branches-pull-requests/trunk-based-development.png b/images/guides/branches-pull-requests/trunk-based-development.png index a311d046a..72f04542b 100644 Binary files a/images/guides/branches-pull-requests/trunk-based-development.png and b/images/guides/branches-pull-requests/trunk-based-development.png differ diff --git a/images/guides/build-docker-images/automatic-docker-push.png b/images/guides/build-docker-images/automatic-docker-push.png index 0a4d45b5d..89e1113d0 100644 Binary files a/images/guides/build-docker-images/automatic-docker-push.png and b/images/guides/build-docker-images/automatic-docker-push.png differ diff --git a/images/guides/build-docker-images/docker-image-dashboard.png b/images/guides/build-docker-images/docker-image-dashboard.png index 4142b8113..995003765 100644 Binary files a/images/guides/build-docker-images/docker-image-dashboard.png and b/images/guides/build-docker-images/docker-image-dashboard.png differ diff --git a/images/guides/build-docker-images/multi-stage-pipeline.png b/images/guides/build-docker-images/multi-stage-pipeline.png index 66ff7e796..d4687c4be 100644 Binary files a/images/guides/build-docker-images/multi-stage-pipeline.png and b/images/guides/build-docker-images/multi-stage-pipeline.png differ diff --git a/images/guides/build-docker-images/non-multi-stage-pipeline.png b/images/guides/build-docker-images/non-multi-stage-pipeline.png index 9bba91865..3705be1eb 100644 Binary files a/images/guides/build-docker-images/non-multi-stage-pipeline.png and b/images/guides/build-docker-images/non-multi-stage-pipeline.png differ diff --git a/images/guides/build-docker-images/package-only-pipeline.png b/images/guides/build-docker-images/package-only-pipeline.png index 7739db0a7..ea400b861 100644 Binary files a/images/guides/build-docker-images/package-only-pipeline.png and b/images/guides/build-docker-images/package-only-pipeline.png differ diff --git a/images/guides/gitops/app-of-apps-closed.png b/images/guides/gitops/app-of-apps-closed.png index 821365c79..f26108d0b 100644 Binary files a/images/guides/gitops/app-of-apps-closed.png and b/images/guides/gitops/app-of-apps-closed.png differ diff --git a/images/guides/gitops/app-of-apps.png b/images/guides/gitops/app-of-apps.png index c3d3538ae..56897372f 100644 Binary files a/images/guides/gitops/app-of-apps.png and b/images/guides/gitops/app-of-apps.png differ diff --git a/images/guides/gitops/argo-application-name.png b/images/guides/gitops/argo-application-name.png index b2da15a51..b3bcfeffe 100644 Binary files a/images/guides/gitops/argo-application-name.png and b/images/guides/gitops/argo-application-name.png differ diff --git a/images/guides/gitops/argo-context.png b/images/guides/gitops/argo-context.png index 954ef3a35..111b456d6 100644 Binary files a/images/guides/gitops/argo-context.png and b/images/guides/gitops/argo-context.png differ diff --git a/images/guides/gitops/argo-sync-pipeline.png b/images/guides/gitops/argo-sync-pipeline.png index da692f2d7..948b1487d 100644 Binary files a/images/guides/gitops/argo-sync-pipeline.png and b/images/guides/gitops/argo-sync-pipeline.png differ diff --git a/images/guides/gitops/basic-ci-pipeline.png b/images/guides/gitops/basic-ci-pipeline.png index 180d8acef..ee6d6d0fb 100644 Binary files a/images/guides/gitops/basic-ci-pipeline.png and b/images/guides/gitops/basic-ci-pipeline.png differ diff --git a/images/guides/gitops/ci-cd-pipeline.png b/images/guides/gitops/ci-cd-pipeline.png index 44aa534a1..7efeba541 100644 Binary files a/images/guides/gitops/ci-cd-pipeline.png and b/images/guides/gitops/ci-cd-pipeline.png differ diff --git a/images/guides/gitops/currentstate.png b/images/guides/gitops/currentstate.png index dc8700078..370b7b1c5 100644 Binary files a/images/guides/gitops/currentstate.png and b/images/guides/gitops/currentstate.png differ diff --git a/images/guides/gitops/dashboard.png b/images/guides/gitops/dashboard.png index caf9b8323..457e0884e 100644 Binary files a/images/guides/gitops/dashboard.png and b/images/guides/gitops/dashboard.png differ diff --git a/images/guides/gitops/disable-auto-sync.png b/images/guides/gitops/disable-auto-sync.png index 312ca3765..4103265c9 100644 Binary files a/images/guides/gitops/disable-auto-sync.png and b/images/guides/gitops/disable-auto-sync.png differ diff --git a/images/guides/gitops/filter.png b/images/guides/gitops/filter.png index 6d484b5b6..e22d88f57 100644 Binary files a/images/guides/gitops/filter.png and b/images/guides/gitops/filter.png differ diff --git a/images/guides/gitops/gitops-applications.png b/images/guides/gitops/gitops-applications.png index dfa558317..e7634e73f 100644 Binary files a/images/guides/gitops/gitops-applications.png and b/images/guides/gitops/gitops-applications.png differ diff --git a/images/guides/gitops/gitops-dashboard.png b/images/guides/gitops/gitops-dashboard.png index 0535ce772..2fe685e14 100644 Binary files a/images/guides/gitops/gitops-dashboard.png and b/images/guides/gitops/gitops-dashboard.png differ diff --git a/images/guides/gitops/gitops-environment.png b/images/guides/gitops/gitops-environment.png index 19b8989bf..cff2baa96 100644 Binary files a/images/guides/gitops/gitops-environment.png and b/images/guides/gitops/gitops-environment.png differ diff --git a/images/guides/gitops/gitops-workflow.png b/images/guides/gitops/gitops-workflow.png index 2ccba0abe..bb9f5248c 100644 Binary files a/images/guides/gitops/gitops-workflow.png and b/images/guides/gitops/gitops-workflow.png differ diff --git a/images/guides/gitops/image-annotations.png b/images/guides/gitops/image-annotations.png index b1d63d934..bf0beac6b 100644 Binary files a/images/guides/gitops/image-annotations.png and b/images/guides/gitops/image-annotations.png differ diff --git a/images/guides/gitops/out-of-sync.png b/images/guides/gitops/out-of-sync.png index a086d528e..c79b791e5 100644 Binary files a/images/guides/gitops/out-of-sync.png and b/images/guides/gitops/out-of-sync.png differ diff --git a/images/guides/gitops/pipeline-from-git.png b/images/guides/gitops/pipeline-from-git.png index 582787fbb..760d8d434 100644 Binary files a/images/guides/gitops/pipeline-from-git.png and b/images/guides/gitops/pipeline-from-git.png differ diff --git a/images/guides/gitops/real-dashboard.png b/images/guides/gitops/real-dashboard.png index ecee9a049..7daee4a1e 100644 Binary files a/images/guides/gitops/real-dashboard.png and b/images/guides/gitops/real-dashboard.png differ diff --git a/images/guides/gitops/rollback.png b/images/guides/gitops/rollback.png index 93099de84..42339446e 100644 Binary files a/images/guides/gitops/rollback.png and b/images/guides/gitops/rollback.png differ diff --git a/images/guides/gitops/search-history.png b/images/guides/gitops/search-history.png index 968655434..b3e029470 100644 Binary files a/images/guides/gitops/search-history.png and b/images/guides/gitops/search-history.png differ diff --git a/images/guides/gitops/search.png b/images/guides/gitops/search.png index 1bcc0a784..7ba9ef3a5 100644 Binary files a/images/guides/gitops/search.png and b/images/guides/gitops/search.png differ diff --git a/images/guides/gitops/tooltips.png b/images/guides/gitops/tooltips.png index 0c0d380cb..f8f2fd0ab 100644 Binary files a/images/guides/gitops/tooltips.png and b/images/guides/gitops/tooltips.png differ diff --git a/images/guides/gitops/updated-apps.png b/images/guides/gitops/updated-apps.png index 75fac53e7..a68265a3e 100644 Binary files a/images/guides/gitops/updated-apps.png and b/images/guides/gitops/updated-apps.png differ diff --git a/images/guides/gitops/updated-services.png b/images/guides/gitops/updated-services.png index 3e610d362..6dbcdb287 100644 Binary files a/images/guides/gitops/updated-services.png and b/images/guides/gitops/updated-services.png differ diff --git a/images/guides/microservices/add-new-microservice.png b/images/guides/microservices/add-new-microservice.png index 58b965bc7..a018eba56 100644 Binary files a/images/guides/microservices/add-new-microservice.png and b/images/guides/microservices/add-new-microservice.png differ diff --git a/images/guides/microservices/add-new-microservice.svg b/images/guides/microservices/add-new-microservice.svg index fd393f6bd..636377de4 100644 --- a/images/guides/microservices/add-new-microservice.svg +++ b/images/guides/microservices/add-new-microservice.svg @@ -1,1348 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - -   - step - - -   - - - Pipeline - - -   - step - - - -   - step - - - - Trigger 1 - - - - - Trigger 2 - - - - Trigger 3 - - - - Trigger 4 - - - - - - - Microservice N - - Trigger N - - - - +stepPipelinestepstepTrigger 1Trigger 2Trigger 3Trigger 4Microservice NTrigger N \ No newline at end of file diff --git a/images/guides/microservices/microservice-pipelines.png b/images/guides/microservices/microservice-pipelines.png index 4a8f5119b..5a550861b 100644 Binary files a/images/guides/microservices/microservice-pipelines.png and b/images/guides/microservices/microservice-pipelines.png differ diff --git a/images/guides/microservices/microservice-pipelines.svg b/images/guides/microservices/microservice-pipelines.svg index c254d191d..39cfe1325 100644 --- a/images/guides/microservices/microservice-pipelines.svg +++ b/images/guides/microservices/microservice-pipelines.svg @@ -1,1479 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - -   - step - - -   - Git Repo - - - - Pipeline - - - -   - step - - - -   - step - - -   - - Monolithic application - Application split to 4 microservices - -   - step - - -   - - - Pipeline - - -   - step - - - -   - step - - - - Trigger 1 - - - - - Trigger 2 - - - - Trigger 3 - - - - Trigger 4 - - - - - - - +stepGit RepoPipelinestepstepMonolithic applicationApplication split to 4 microservicesstepPipelinestepstepTrigger 1Trigger 2Trigger 3Trigger 4 \ No newline at end of file diff --git a/images/guides/microservices/monolithic-pipelines.png b/images/guides/microservices/monolithic-pipelines.png index c3e2c59b8..028e355f4 100644 Binary files a/images/guides/microservices/monolithic-pipelines.png and b/images/guides/microservices/monolithic-pipelines.png differ diff --git a/images/guides/microservices/monolithic-pipelines.svg b/images/guides/microservices/monolithic-pipelines.svg index 22153d418..4d4823491 100644 --- a/images/guides/microservices/monolithic-pipelines.svg +++ b/images/guides/microservices/monolithic-pipelines.svg @@ -1,859 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - -   - step - - -   - Git Repo 1 - - - - Pipeline 1 - - - -   - step - - - -   - step - - - -   - step - - -   - Git Repo 2 - - - - Pipeline 2 - - - -   - step - - - -   - step - - - -   - step - - -   - Git Repo 3 - - - - Pipeline 3 - - - -   - step - - - -   - step - - - - +stepGit Repo 1Pipeline 1stepstepstepGit Repo 2Pipeline 2stepstepstepGit Repo 3Pipeline 3stepstep \ No newline at end of file diff --git a/images/guides/microservices/moving-to-microservices.png b/images/guides/microservices/moving-to-microservices.png index 246f12fd3..8366fad85 100644 Binary files a/images/guides/microservices/moving-to-microservices.png and b/images/guides/microservices/moving-to-microservices.png differ diff --git a/images/guides/microservices/moving-to-microservices.svg b/images/guides/microservices/moving-to-microservices.svg index 79c30c576..7f2b51a23 100644 --- a/images/guides/microservices/moving-to-microservices.svg +++ b/images/guides/microservices/moving-to-microservices.svg @@ -1,7088 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - -   - step - - -   - Git Repo - - - - Pipeline - - - -   - step - - - -   - step - - - -   - step - - -   - Git Repo - - - - Pipeline - - - -   - step - - - -   - step - - - -   - step - - -   - Git Repo - - - - Pipeline - - - -   - step - - - -   - step - - - -   - step - - -   - Git Repo - - - - Pipeline - - - -   - step - - - -   - step - - - -   - step - - -   - Git Repo - - - - Pipeline - - - -   - step - - - -   - step - - - -   - step - - -   - Git Repo - - - - Pipeline - - - -   - step - - - -   - step - - - -   - step - - -   - Git Repo - - - - Pipeline - - - -   - step - - - -   - step - - - -   - step - - -   - Git Repo - - - - Pipeline - - - -   - step - - - -   - step - - - -   - step - - -   - Git Repo - - - - Pipeline - - - -   - step - - - -   - step - - - -   - step - - -   - Git Repo - - - - Pipeline - - - -   - step - - - -   - step - - - -   - step - - -   - Git Repo - - - - Pipeline - - - -   - step - - - -   - step - - - -   - step - - -   - Git Repo - - - - Pipeline - - - -   - step - - - -   - step - - - -   - step - - -   - Git Repo - - - - Pipeline - - - -   - step - - - -   - step - - - -   - step - - -   - Git Repo - - - - Pipeline - - - -   - step - - - -   - step - - - -   - step - - -   - Git Repo - - - - Pipeline - - - -   - step - - - -   - step - - - -   - step - - -   - Git Repo - - - - Pipeline - - - -   - step - - - -   - step - - - -   - step - - -   - Git Repo - - - - Pipeline - - - -   - step - - - -   - step - - - -   - step - - -   - Git Repo - - - - Pipeline - - - -   - step - - - -   - step - - - -   - step - - -   - Git Repo - - - - Pipeline - - - -   - step - - - -   - step - - - -   - step - - -   - Git Repo - - - - Pipeline - - - -   - step - - - -   - step - - - -   - step - - -   - Git Repo - - - - Pipeline - - - -   - step - - - -   - step - - - -   - step - - -   - Git Repo - - - - Pipeline - - - -   - step - - - -   - step - - - -   - step - - -   - Git Repo - - - - Pipeline - - - -   - step - - - -   - step - - - -   - step - - -   - Git Repo - - - - Pipeline - - - -   - step - - - -   - step - - - -   - step - - -   - Git Repo - - - - Pipeline - - - -   - step - - - -   - step - - - -   - step - - -   - Git Repo - - - - Pipeline - - - -   - step - - - -   - step - - - -   - step - - -   - Git Repo - - - - Pipeline - - - -   - step - - - -   - step - - - -   - step - - -   - Git Repo - - - - Pipeline - - - -   - step - - - -   - step - - - -   - step - - -   - Git Repo - - - - Pipeline - - - -   - step - - - -   - step - - - -   - step - - -   - Git Repo - - - - Pipeline - - - -   - step - - - -   - step - - - -   - step - - -   - Git Repo - - - - Pipeline - - - -   - step - - - -   - step - - - -   - step - - -   - Git Repo - - - - Pipeline - - - -   - step - - - -   - step - - - -   - step - - -   - Git Repo - - - - Pipeline - - - -   - step - - - -   - step - - - -   - step - - -   - Git Repo - - - - Pipeline - - - -   - step - - - -   - step - - - -   - step - - -   - Git Repo - - - - Pipeline - - - -   - step - - - -   - step - - - -   - step - - -   - Git Repo - - - - Pipeline - - - -   - step - - - -   - step - - - -   - step - - -   - Git Repo - - - - Pipeline - - - -   - step - - - -   - step - - - -   - step - - -   - Git Repo - - - - Pipeline - - - -   - step - - - -   - step - - - -   - step - - -   - Git Repo - - - - Pipeline - - - -   - step - - - -   - step - - - - 3 monolithic applications - Each application split to 4 microservices - - +stepGit RepoPipelinestepstepstepGit RepoPipelinestepstepstepGit RepoPipelinestepstepstepGit RepoPipelinestepstepstepGit RepoPipelinestepstepstepGit RepoPipelinestepstepstepGit RepoPipelinestepstepstepGit RepoPipelinestepstepstepGit RepoPipelinestepstepstepGit RepoPipelinestepstepstepGit RepoPipelinestepstepstepGit RepoPipelinestepstepstepGit RepoPipelinestepstepstepGit RepoPipelinestepstepstepGit RepoPipelinestepstepstepGit RepoPipelinestepstepstepGit RepoPipelinestepstepstepGit RepoPipelinestepstepstepGit RepoPipelinestepstepstepGit RepoPipelinestepstepstepGit RepoPipelinestepstepstepGit RepoPipelinestepstepstepGit RepoPipelinestepstepstepGit RepoPipelinestepstepstepGit RepoPipelinestepstepstepGit RepoPipelinestepstepstepGit RepoPipelinestepstepstepGit RepoPipelinestepstepstepGit RepoPipelinestepstepstepGit RepoPipelinestepstepstepGit RepoPipelinestepstepstepGit RepoPipelinestepstepstepGit RepoPipelinestepstepstepGit RepoPipelinestepstepstepGit RepoPipelinestepstepstepGit RepoPipelinestepstepstepGit RepoPipelinestepstepstepGit RepoPipelinestepstepstepGit RepoPipelinestepstep3 monolithic applicationsEach application split to 4 microservices \ No newline at end of file diff --git a/images/guides/microservices/multiple-triggers.png b/images/guides/microservices/multiple-triggers.png index cb5fea257..f8e82b26f 100644 Binary files a/images/guides/microservices/multiple-triggers.png and b/images/guides/microservices/multiple-triggers.png differ diff --git a/images/guides/microservices/shared-pipelines.png b/images/guides/microservices/shared-pipelines.png index 0818f5843..881e84bdf 100644 Binary files a/images/guides/microservices/shared-pipelines.png and b/images/guides/microservices/shared-pipelines.png differ diff --git a/images/guides/microservices/shared-pipelines.svg b/images/guides/microservices/shared-pipelines.svg index c1bb66acf..26f0e147e 100644 --- a/images/guides/microservices/shared-pipelines.svg +++ b/images/guides/microservices/shared-pipelines.svg @@ -1,1545 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - -   - library A - -   - - -   - - - Sharedpipelinesegments -   - library B - -   - library C - -   - library D - - - Pipeline 1 - Pipeline 2 - Pipeline 3 -   - library A - - -   - library C - -   - library B - -   - library C - -   - library A - -   - library D - -   - library B - - - - - - -   - custom - -   - custom - -   - custom - - - +library ASharedpipelinesegmentslibrary Blibrary Clibrary DPipeline 1Pipeline 2Pipeline 3library Alibrary Clibrary Blibrary Clibrary Alibrary Dlibrary Bcustomcustomcustom \ No newline at end of file diff --git a/images/guides/microservices/single-pipeline.png b/images/guides/microservices/single-pipeline.png index bf6526a6a..665414717 100644 Binary files a/images/guides/microservices/single-pipeline.png and b/images/guides/microservices/single-pipeline.png differ diff --git a/images/guides/preview-environments/close-events.png b/images/guides/preview-environments/close-events.png index dbc19a574..b2498fe9c 100644 Binary files a/images/guides/preview-environments/close-events.png and b/images/guides/preview-environments/close-events.png differ diff --git a/images/guides/preview-environments/demo-path.png b/images/guides/preview-environments/demo-path.png index 22804d64e..476c8e580 100644 Binary files a/images/guides/preview-environments/demo-path.png and b/images/guides/preview-environments/demo-path.png differ diff --git a/images/guides/preview-environments/dynamic-environments.png b/images/guides/preview-environments/dynamic-environments.png index 6db58cdb2..e9ffe55d2 100644 Binary files a/images/guides/preview-environments/dynamic-environments.png and b/images/guides/preview-environments/dynamic-environments.png differ diff --git a/images/guides/preview-environments/pr-events.png b/images/guides/preview-environments/pr-events.png index 7ff5e67f2..fe24cbf4f 100644 Binary files a/images/guides/preview-environments/pr-events.png and b/images/guides/preview-environments/pr-events.png differ diff --git a/images/guides/preview-environments/pull-request-closed-pipeline.png b/images/guides/preview-environments/pull-request-closed-pipeline.png index e4323fdd4..58378f66f 100644 Binary files a/images/guides/preview-environments/pull-request-closed-pipeline.png and b/images/guides/preview-environments/pull-request-closed-pipeline.png differ diff --git a/images/guides/preview-environments/pull-request-comment.png b/images/guides/preview-environments/pull-request-comment.png index bb4e9d3a5..62da2c4f6 100644 Binary files a/images/guides/preview-environments/pull-request-comment.png and b/images/guides/preview-environments/pull-request-comment.png differ diff --git a/images/guides/preview-environments/pull-request-preview-pipeline.png b/images/guides/preview-environments/pull-request-preview-pipeline.png index beb6aff04..4d28dade9 100644 Binary files a/images/guides/preview-environments/pull-request-preview-pipeline.png and b/images/guides/preview-environments/pull-request-preview-pipeline.png differ diff --git a/images/guides/preview-environments/static-environments.png b/images/guides/preview-environments/static-environments.png index 54af5b138..c734414a5 100644 Binary files a/images/guides/preview-environments/static-environments.png and b/images/guides/preview-environments/static-environments.png differ diff --git a/images/guides/progressive-delivery/01_canary_initial_state.png b/images/guides/progressive-delivery/01_canary_initial_state.png index 8349a9013..5676aa80a 100644 Binary files a/images/guides/progressive-delivery/01_canary_initial_state.png and b/images/guides/progressive-delivery/01_canary_initial_state.png differ diff --git a/images/guides/progressive-delivery/01_initial.png b/images/guides/progressive-delivery/01_initial.png index 592e051c5..122f5d6f9 100644 Binary files a/images/guides/progressive-delivery/01_initial.png and b/images/guides/progressive-delivery/01_initial.png differ diff --git a/images/guides/progressive-delivery/02_canary_10.png b/images/guides/progressive-delivery/02_canary_10.png index ff61e8591..6926dd36a 100644 Binary files a/images/guides/progressive-delivery/02_canary_10.png and b/images/guides/progressive-delivery/02_canary_10.png differ diff --git a/images/guides/progressive-delivery/02_two_colors.png b/images/guides/progressive-delivery/02_two_colors.png index aaae6e7a3..4ba07d627 100644 Binary files a/images/guides/progressive-delivery/02_two_colors.png and b/images/guides/progressive-delivery/02_two_colors.png differ diff --git a/images/guides/progressive-delivery/03_canary_33.png b/images/guides/progressive-delivery/03_canary_33.png index 084d41fb9..b73f0c39c 100644 Binary files a/images/guides/progressive-delivery/03_canary_33.png and b/images/guides/progressive-delivery/03_canary_33.png differ diff --git a/images/guides/progressive-delivery/03_switch_traffic.png b/images/guides/progressive-delivery/03_switch_traffic.png index b271548cf..41fa853b2 100644 Binary files a/images/guides/progressive-delivery/03_switch_traffic.png and b/images/guides/progressive-delivery/03_switch_traffic.png differ diff --git a/images/guides/progressive-delivery/04_canary_finished.png b/images/guides/progressive-delivery/04_canary_finished.png index 8feac3f69..1d5f6723a 100644 Binary files a/images/guides/progressive-delivery/04_canary_finished.png and b/images/guides/progressive-delivery/04_canary_finished.png differ diff --git a/images/guides/progressive-delivery/04_scale_down.png b/images/guides/progressive-delivery/04_scale_down.png index 32628ccd3..e3be02c94 100644 Binary files a/images/guides/progressive-delivery/04_scale_down.png and b/images/guides/progressive-delivery/04_scale_down.png differ diff --git a/images/guides/progressive-delivery/approval-pipeline.png b/images/guides/progressive-delivery/approval-pipeline.png index 81b16633a..78157405b 100644 Binary files a/images/guides/progressive-delivery/approval-pipeline.png and b/images/guides/progressive-delivery/approval-pipeline.png differ diff --git a/images/guides/progressive-delivery/blue-green.svg b/images/guides/progressive-delivery/blue-green.svg index b3a1a9c32..e07134589 100644 --- a/images/guides/progressive-delivery/blue-green.svg +++ b/images/guides/progressive-delivery/blue-green.svg @@ -1,1171 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - ApplicationVersion 34 - Users - - - - - - - - - - Load Balancer - - Live traffic - - 1- Initial version - - - ApplicationVersion 34 - Users - - - - - - - - Load Balancer - - Live traffic - - 2- New version deployed - - ApplicationVersion 35 - - - ApplicationVersion 34 - Users - - - - - - - - Load Balancer - - Live traffic - - 3- Switch Traffic - - ApplicationVersion 35 - - ApplicationVersion 34 - Users - - - - - - - - Load Balancer - - Live traffic - - 4- Finish - - ApplicationVersion 35 - - +ApplicationVersion 34UsersLoad BalancerLive traffic1- Initial versionApplicationVersion 34UsersLoad BalancerLive traffic2- New version deployedApplicationVersion 35ApplicationVersion 34UsersLoad BalancerLive traffic3- Switch TrafficApplicationVersion 35ApplicationVersion 34UsersLoad BalancerLive traffic4- FinishApplicationVersion 35 \ No newline at end of file diff --git a/images/guides/progressive-delivery/canary-decision.png b/images/guides/progressive-delivery/canary-decision.png index 49bb34b5c..07de7935b 100644 Binary files a/images/guides/progressive-delivery/canary-decision.png and b/images/guides/progressive-delivery/canary-decision.png differ diff --git a/images/guides/progressive-delivery/canary-manual-approval-pipeline.png b/images/guides/progressive-delivery/canary-manual-approval-pipeline.png index 4cf14038f..dc9e9ea0e 100644 Binary files a/images/guides/progressive-delivery/canary-manual-approval-pipeline.png and b/images/guides/progressive-delivery/canary-manual-approval-pipeline.png differ diff --git a/images/guides/progressive-delivery/canary-metrics-pipeline.png b/images/guides/progressive-delivery/canary-metrics-pipeline.png index 584254b31..d6a3c788e 100644 Binary files a/images/guides/progressive-delivery/canary-metrics-pipeline.png and b/images/guides/progressive-delivery/canary-metrics-pipeline.png differ diff --git a/images/guides/progressive-delivery/canary-metrics.png b/images/guides/progressive-delivery/canary-metrics.png index f392d0154..57f08e47f 100644 Binary files a/images/guides/progressive-delivery/canary-metrics.png and b/images/guides/progressive-delivery/canary-metrics.png differ diff --git a/images/guides/progressive-delivery/canary-traffic-split.png b/images/guides/progressive-delivery/canary-traffic-split.png index e6a86a824..2cc9afa93 100644 Binary files a/images/guides/progressive-delivery/canary-traffic-split.png and b/images/guides/progressive-delivery/canary-traffic-split.png differ diff --git a/images/guides/progressive-delivery/canary-watch-metrics.png b/images/guides/progressive-delivery/canary-watch-metrics.png index 980254357..85c8a4afb 100644 Binary files a/images/guides/progressive-delivery/canary-watch-metrics.png and b/images/guides/progressive-delivery/canary-watch-metrics.png differ diff --git a/images/guides/progressive-delivery/canary-watch.png b/images/guides/progressive-delivery/canary-watch.png index 8ec00c6b7..425c2c279 100644 Binary files a/images/guides/progressive-delivery/canary-watch.png and b/images/guides/progressive-delivery/canary-watch.png differ diff --git a/images/guides/progressive-delivery/canary.svg b/images/guides/progressive-delivery/canary.svg index 9fa54aafc..ab3f130b2 100644 --- a/images/guides/progressive-delivery/canary.svg +++ b/images/guides/progressive-delivery/canary.svg @@ -1,1259 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - ApplicationVersion 34 - Users - - - - - - - - - - Load Balancer - - Live traffic - - 1- Initial version - - - ApplicationVersion 34 - Users - - - - - - - - Load Balancer - - Live traffic - - 2- New version used by 10% of users - - ApplicationVersion 35 - - - ApplicationVersion 34 - Users - - - - - - - - Load Balancer - - Live traffic - - 3- New version used by 33% of users - - ApplicationVersion 35 - - ApplicationVersion 34 - Users - - - - - - - - Load Balancer - - Live traffic - - 4- New version is used by all users - - ApplicationVersion 35 - - - 10 % - 90 % - 66 % - 33 % - 100 % - - +ApplicationVersion 34UsersLoad BalancerLive traffic1- Initial versionApplicationVersion 34UsersLoad BalancerLive traffic2- New version used by 10% of usersApplicationVersion 35ApplicationVersion 34UsersLoad BalancerLive traffic3- New version used by 33% of usersApplicationVersion 35ApplicationVersion 34UsersLoad BalancerLive traffic4- New version is used by all usersApplicationVersion 3510 %90 %66 %33 %100 % \ No newline at end of file diff --git a/images/guides/progressive-delivery/graphana-dashboard.png b/images/guides/progressive-delivery/graphana-dashboard.png index 831894b8b..efddf6026 100644 Binary files a/images/guides/progressive-delivery/graphana-dashboard.png and b/images/guides/progressive-delivery/graphana-dashboard.png differ diff --git a/images/guides/progressive-delivery/how-blue-green-works.png b/images/guides/progressive-delivery/how-blue-green-works.png index c3d1d1757..884109cbe 100644 Binary files a/images/guides/progressive-delivery/how-blue-green-works.png and b/images/guides/progressive-delivery/how-blue-green-works.png differ diff --git a/images/guides/progressive-delivery/how-canary-deployments-work.png b/images/guides/progressive-delivery/how-canary-deployments-work.png index 473f710cc..d57414f0f 100644 Binary files a/images/guides/progressive-delivery/how-canary-deployments-work.png and b/images/guides/progressive-delivery/how-canary-deployments-work.png differ diff --git a/images/guides/progressive-delivery/monitor-argo-rollouts.png b/images/guides/progressive-delivery/monitor-argo-rollouts.png index 02187a728..0ac7d80a9 100644 Binary files a/images/guides/progressive-delivery/monitor-argo-rollouts.png and b/images/guides/progressive-delivery/monitor-argo-rollouts.png differ diff --git a/images/guides/progressive-delivery/monitor-rollout.png b/images/guides/progressive-delivery/monitor-rollout.png index 99eba43ef..5799fd584 100644 Binary files a/images/guides/progressive-delivery/monitor-rollout.png and b/images/guides/progressive-delivery/monitor-rollout.png differ diff --git a/images/guides/progressive-delivery/smoke-tests-pipeline.png b/images/guides/progressive-delivery/smoke-tests-pipeline.png index 690f5790f..fad2a202d 100644 Binary files a/images/guides/progressive-delivery/smoke-tests-pipeline.png and b/images/guides/progressive-delivery/smoke-tests-pipeline.png differ diff --git a/images/guides/promotion/deployment-dashboard.png b/images/guides/promotion/deployment-dashboard.png index c60079e0a..54b0c3939 100644 Binary files a/images/guides/promotion/deployment-dashboard.png and b/images/guides/promotion/deployment-dashboard.png differ diff --git a/images/guides/promotion/different-settings.png b/images/guides/promotion/different-settings.png index 5d12b5710..4c573803b 100644 Binary files a/images/guides/promotion/different-settings.png and b/images/guides/promotion/different-settings.png differ diff --git a/images/guides/promotion/helm-releases.png b/images/guides/promotion/helm-releases.png index 8744a7849..a01395c58 100644 Binary files a/images/guides/promotion/helm-releases.png and b/images/guides/promotion/helm-releases.png differ diff --git a/images/guides/promotion/helm-values.png b/images/guides/promotion/helm-values.png index 909105f18..59d976f58 100644 Binary files a/images/guides/promotion/helm-values.png and b/images/guides/promotion/helm-values.png differ diff --git a/images/guides/promotion/history.png b/images/guides/promotion/history.png index c87f6ce51..6e317c5a8 100644 Binary files a/images/guides/promotion/history.png and b/images/guides/promotion/history.png differ diff --git a/images/guides/promotion/image-promotion.png b/images/guides/promotion/image-promotion.png index e5eacc1ab..fb4549586 100644 Binary files a/images/guides/promotion/image-promotion.png and b/images/guides/promotion/image-promotion.png differ diff --git a/images/guides/promotion/non-production-deployment.png b/images/guides/promotion/non-production-deployment.png index f65c0c243..c9a1c4c83 100644 Binary files a/images/guides/promotion/non-production-deployment.png and b/images/guides/promotion/non-production-deployment.png differ diff --git a/images/guides/promotion/production-deployment.png b/images/guides/promotion/production-deployment.png index 179a4502c..6f37ef34f 100644 Binary files a/images/guides/promotion/production-deployment.png and b/images/guides/promotion/production-deployment.png differ diff --git a/images/guides/promotion/production-pipeline.png b/images/guides/promotion/production-pipeline.png index 235b7ad17..111d25dd7 100644 Binary files a/images/guides/promotion/production-pipeline.png and b/images/guides/promotion/production-pipeline.png differ diff --git a/images/guides/promotion/services.png b/images/guides/promotion/services.png index 379218535..da2ab2ad3 100644 Binary files a/images/guides/promotion/services.png and b/images/guides/promotion/services.png differ diff --git a/images/guides/promotion/staging-pipeline.png b/images/guides/promotion/staging-pipeline.png index b73f3cecd..86fefea0c 100644 Binary files a/images/guides/promotion/staging-pipeline.png and b/images/guides/promotion/staging-pipeline.png differ diff --git a/images/guides/promotion/with-approval.png b/images/guides/promotion/with-approval.png index b460f3f5d..56c97ba7c 100644 Binary files a/images/guides/promotion/with-approval.png and b/images/guides/promotion/with-approval.png differ diff --git a/images/guides/working-with-images/docker-image-promotion.png b/images/guides/working-with-images/docker-image-promotion.png index 43e98f354..056b86bbd 100644 Binary files a/images/guides/working-with-images/docker-image-promotion.png and b/images/guides/working-with-images/docker-image-promotion.png differ diff --git a/images/guides/working-with-images/docker-registry-filters.png b/images/guides/working-with-images/docker-registry-filters.png index 796cc91f1..25364fbeb 100644 Binary files a/images/guides/working-with-images/docker-registry-filters.png and b/images/guides/working-with-images/docker-registry-filters.png differ diff --git a/images/guides/working-with-images/docker-registry-list.png b/images/guides/working-with-images/docker-registry-list.png index fb3237f7c..8de9be828 100644 Binary files a/images/guides/working-with-images/docker-registry-list.png and b/images/guides/working-with-images/docker-registry-list.png differ diff --git a/images/guides/working-with-images/image-dashboard-tag.png b/images/guides/working-with-images/image-dashboard-tag.png index 1b1334269..6454fe42d 100644 Binary files a/images/guides/working-with-images/image-dashboard-tag.png and b/images/guides/working-with-images/image-dashboard-tag.png differ diff --git a/images/guides/working-with-images/linked-docker-registries.png b/images/guides/working-with-images/linked-docker-registries.png index efa281453..b267f308f 100644 Binary files a/images/guides/working-with-images/linked-docker-registries.png and b/images/guides/working-with-images/linked-docker-registries.png differ diff --git a/images/guides/working-with-images/primary-dockerhub.png b/images/guides/working-with-images/primary-dockerhub.png index f504aeaf1..8b221247b 100644 Binary files a/images/guides/working-with-images/primary-dockerhub.png and b/images/guides/working-with-images/primary-dockerhub.png differ diff --git a/images/guides/working-with-images/pull-private-image.png b/images/guides/working-with-images/pull-private-image.png index 917622093..93fa7d5c4 100644 Binary files a/images/guides/working-with-images/pull-private-image.png and b/images/guides/working-with-images/pull-private-image.png differ diff --git a/images/guides/working-with-images/pull-public-image.png b/images/guides/working-with-images/pull-public-image.png index ee6888de6..c61731291 100644 Binary files a/images/guides/working-with-images/pull-public-image.png and b/images/guides/working-with-images/pull-public-image.png differ diff --git a/images/guides/working-with-images/registry-prefix.png b/images/guides/working-with-images/registry-prefix.png index acc312927..ae49dd024 100644 Binary files a/images/guides/working-with-images/registry-prefix.png and b/images/guides/working-with-images/registry-prefix.png differ diff --git a/images/guides/working-with-images/two-gcr-integrations.png b/images/guides/working-with-images/two-gcr-integrations.png index b1eddfd2b..540d5176d 100644 Binary files a/images/guides/working-with-images/two-gcr-integrations.png and b/images/guides/working-with-images/two-gcr-integrations.png differ diff --git a/images/home-icons/cloud.png b/images/home-icons/cloud.png index 9cca0c892..ef7837494 100644 Binary files a/images/home-icons/cloud.png and b/images/home-icons/cloud.png differ diff --git a/images/home-icons/data.png b/images/home-icons/data.png index 5f7b2b91a..5a62e1a59 100644 Binary files a/images/home-icons/data.png and b/images/home-icons/data.png differ diff --git a/images/home-icons/data.svg b/images/home-icons/data.svg index f46640b22..5c3371515 100644 --- a/images/home-icons/data.svg +++ b/images/home-icons/data.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/images/home-icons/demand.png b/images/home-icons/demand.png index b218c1d4d..63a44eca7 100644 Binary files a/images/home-icons/demand.png and b/images/home-icons/demand.png differ diff --git a/images/home-icons/deployment.png b/images/home-icons/deployment.png index 82d88b7ff..9f9377c40 100644 Binary files a/images/home-icons/deployment.png and b/images/home-icons/deployment.png differ diff --git a/images/home-icons/deployment.svg b/images/home-icons/deployment.svg index d15128dd1..94ca36966 100644 --- a/images/home-icons/deployment.svg +++ b/images/home-icons/deployment.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/images/home-icons/enterprise1.png b/images/home-icons/enterprise1.png index 24da2bb44..c22383deb 100644 Binary files a/images/home-icons/enterprise1.png and b/images/home-icons/enterprise1.png differ diff --git a/images/home-icons/enterprise1.svg b/images/home-icons/enterprise1.svg index 7404b67cf..01cfba8ca 100644 --- a/images/home-icons/enterprise1.svg +++ b/images/home-icons/enterprise1.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/images/home-icons/helm.png b/images/home-icons/helm.png index 56959c766..870edc656 100644 Binary files a/images/home-icons/helm.png and b/images/home-icons/helm.png differ diff --git a/images/home-icons/helm.svg b/images/home-icons/helm.svg index 6e57606d7..88b090036 100644 --- a/images/home-icons/helm.svg +++ b/images/home-icons/helm.svg @@ -1,16 +1 @@ - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/images/home-icons/integrations.png b/images/home-icons/integrations.png index 0798cd969..1c9c8eea1 100644 Binary files a/images/home-icons/integrations.png and b/images/home-icons/integrations.png differ diff --git a/images/home-icons/integrations.svg b/images/home-icons/integrations.svg index 104b01679..c504c788b 100644 --- a/images/home-icons/integrations.svg +++ b/images/home-icons/integrations.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/images/home-icons/k8s.png b/images/home-icons/k8s.png index 52dcd7f5f..598473d63 100644 Binary files a/images/home-icons/k8s.png and b/images/home-icons/k8s.png differ diff --git a/images/home-icons/k8s.svg b/images/home-icons/k8s.svg index 83e7849ce..a01af6462 100644 --- a/images/home-icons/k8s.svg +++ b/images/home-icons/k8s.svg @@ -1,12 +1 @@ - - - - - - - - - - - - + \ No newline at end of file diff --git a/images/home-icons/pipeline.svg b/images/home-icons/pipeline.svg index cb214bbf0..c7fff0b53 100644 --- a/images/home-icons/pipeline.svg +++ b/images/home-icons/pipeline.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/images/home-icons/pipelines.png b/images/home-icons/pipelines.png index 802df7afe..6ddc5d89d 100644 Binary files a/images/home-icons/pipelines.png and b/images/home-icons/pipelines.png differ diff --git a/images/home-icons/plugins.png b/images/home-icons/plugins.png index b0b726020..ffaebb85c 100644 Binary files a/images/home-icons/plugins.png and b/images/home-icons/plugins.png differ diff --git a/images/home-icons/plugins.svg b/images/home-icons/plugins.svg index 107ee34ce..71e895aa7 100644 --- a/images/home-icons/plugins.svg +++ b/images/home-icons/plugins.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/images/home-icons/started.png b/images/home-icons/started.png index 0afb3b06a..e8a9a3454 100644 Binary files a/images/home-icons/started.png and b/images/home-icons/started.png differ diff --git a/images/home-icons/started.svg b/images/home-icons/started.svg index 82ac64254..3046d1955 100644 --- a/images/home-icons/started.svg +++ b/images/home-icons/started.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/images/home-icons/testing.png b/images/home-icons/testing.png index 6e0020cc1..6808bad03 100644 Binary files a/images/home-icons/testing.png and b/images/home-icons/testing.png differ diff --git a/images/home-icons/testing.svg b/images/home-icons/testing.svg index 33e0249d5..9b5fccc45 100644 --- a/images/home-icons/testing.svg +++ b/images/home-icons/testing.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/images/home-icons/tutorial.png b/images/home-icons/tutorial.png index 98fb127dc..de2095a2e 100644 Binary files a/images/home-icons/tutorial.png and b/images/home-icons/tutorial.png differ diff --git a/images/home-icons/tutorial.svg b/images/home-icons/tutorial.svg index 2bd2c8870..bbb21cf1f 100644 --- a/images/home-icons/tutorial.svg +++ b/images/home-icons/tutorial.svg @@ -1,11 +1 @@ - - - - - - - - - - - + \ No newline at end of file diff --git a/images/home-icons/yaml.png b/images/home-icons/yaml.png index 8591ac42d..c70e76987 100644 Binary files a/images/home-icons/yaml.png and b/images/home-icons/yaml.png differ diff --git a/images/home-icons/yaml.svg b/images/home-icons/yaml.svg index a4b9bb15e..e0982b691 100644 --- a/images/home-icons/yaml.svg +++ b/images/home-icons/yaml.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/images/incubation/arm-support/arm-environment.png b/images/incubation/arm-support/arm-environment.png index 7ea8d93e0..fb66ee251 100644 Binary files a/images/incubation/arm-support/arm-environment.png and b/images/incubation/arm-support/arm-environment.png differ diff --git a/images/incubation/arm-support/arm-images.png b/images/incubation/arm-support/arm-images.png index cc9b34c61..ac6f85e2a 100644 Binary files a/images/incubation/arm-support/arm-images.png and b/images/incubation/arm-support/arm-images.png differ diff --git a/images/incubation/arm-support/arm-support.png b/images/incubation/arm-support/arm-support.png index d7e981bf9..0093983a8 100644 Binary files a/images/incubation/arm-support/arm-support.png and b/images/incubation/arm-support/arm-support.png differ diff --git a/images/incubation/arm-support/logs-arm.png b/images/incubation/arm-support/logs-arm.png index d1e3fc5e1..5bfc7b3ac 100644 Binary files a/images/incubation/arm-support/logs-arm.png and b/images/incubation/arm-support/logs-arm.png differ diff --git a/images/incubation/osx-builds/osx-build-settings.png b/images/incubation/osx-builds/osx-build-settings.png index 3b7c4c995..51a531401 100644 Binary files a/images/incubation/osx-builds/osx-build-settings.png and b/images/incubation/osx-builds/osx-build-settings.png differ diff --git a/images/incubation/osx-builds/osx-pipeline.png b/images/incubation/osx-builds/osx-pipeline.png index 1f24f5565..6bf55691c 100644 Binary files a/images/incubation/osx-builds/osx-pipeline.png and b/images/incubation/osx-builds/osx-pipeline.png differ diff --git a/images/integrations/api/codefresh-api-example.png b/images/integrations/api/codefresh-api-example.png index 8411b639e..77d5c1bdb 100644 Binary files a/images/integrations/api/codefresh-api-example.png and b/images/integrations/api/codefresh-api-example.png differ diff --git a/images/integrations/api/creation-of-pipeline.png b/images/integrations/api/creation-of-pipeline.png index a4e1c17d7..d04850090 100644 Binary files a/images/integrations/api/creation-of-pipeline.png and b/images/integrations/api/creation-of-pipeline.png differ diff --git a/images/integrations/api/generate-token.png b/images/integrations/api/generate-token.png index 79c130195..14dc19c20 100644 Binary files a/images/integrations/api/generate-token.png and b/images/integrations/api/generate-token.png differ diff --git a/images/integrations/api/get-build.png b/images/integrations/api/get-build.png index cf552feb9..3305de1df 100644 Binary files a/images/integrations/api/get-build.png and b/images/integrations/api/get-build.png differ diff --git a/images/integrations/api/overview.png b/images/integrations/api/overview.png index 421c7709f..aa1670265 100644 Binary files a/images/integrations/api/overview.png and b/images/integrations/api/overview.png differ diff --git a/images/integrations/api/webhook-url.png b/images/integrations/api/webhook-url.png index 513ebcce6..68ba6f01b 100644 Binary files a/images/integrations/api/webhook-url.png and b/images/integrations/api/webhook-url.png differ diff --git a/images/integrations/argocd/argocd-agent-health.png b/images/integrations/argocd/argocd-agent-health.png index 987be02eb..235b483cc 100644 Binary files a/images/integrations/argocd/argocd-agent-health.png and b/images/integrations/argocd/argocd-agent-health.png differ diff --git a/images/integrations/argocd/argocd-environment.png b/images/integrations/argocd/argocd-environment.png index d82aefb2a..bf395924d 100644 Binary files a/images/integrations/argocd/argocd-environment.png and b/images/integrations/argocd/argocd-environment.png differ diff --git a/images/integrations/argocd/argocd-existing-app.png b/images/integrations/argocd/argocd-existing-app.png index 61aed7d89..bf9ebdf28 100644 Binary files a/images/integrations/argocd/argocd-existing-app.png and b/images/integrations/argocd/argocd-existing-app.png differ diff --git a/images/integrations/argocd/argocd-provision-app.png b/images/integrations/argocd/argocd-provision-app.png index f5fd3a2c5..238f31f3a 100644 Binary files a/images/integrations/argocd/argocd-provision-app.png and b/images/integrations/argocd/argocd-provision-app.png differ diff --git a/images/integrations/argocd/integrations.png b/images/integrations/argocd/integrations.png index d1c4f50be..1fb5a997e 100644 Binary files a/images/integrations/argocd/integrations.png and b/images/integrations/argocd/integrations.png differ diff --git a/images/integrations/aws/amazon-s3-helm-repo.png b/images/integrations/aws/amazon-s3-helm-repo.png index be5855ddf..d5429958f 100644 Binary files a/images/integrations/aws/amazon-s3-helm-repo.png and b/images/integrations/aws/amazon-s3-helm-repo.png differ diff --git a/images/integrations/aws/amazon-storage.png b/images/integrations/aws/amazon-storage.png index 66a6ea71a..6ff26e15d 100644 Binary files a/images/integrations/aws/amazon-storage.png and b/images/integrations/aws/amazon-storage.png differ diff --git a/images/integrations/aws/aws-integration.png b/images/integrations/aws/aws-integration.png index 30fedd8ba..e60e3dcb9 100644 Binary files a/images/integrations/aws/aws-integration.png and b/images/integrations/aws/aws-integration.png differ diff --git a/images/integrations/azure/aks-integration.png b/images/integrations/azure/aks-integration.png index adb83e854..7218fc531 100644 Binary files a/images/integrations/azure/aks-integration.png and b/images/integrations/azure/aks-integration.png differ diff --git a/images/integrations/azure/azure-git-integration.png b/images/integrations/azure/azure-git-integration.png index 8359ca086..9d4daef6d 100644 Binary files a/images/integrations/azure/azure-git-integration.png and b/images/integrations/azure/azure-git-integration.png differ diff --git a/images/integrations/azure/azure-helm-repo.png b/images/integrations/azure/azure-helm-repo.png index 8c17feea1..bcd6b8c17 100644 Binary files a/images/integrations/azure/azure-helm-repo.png and b/images/integrations/azure/azure-helm-repo.png differ diff --git a/images/integrations/azure/azure-sso-integration.png b/images/integrations/azure/azure-sso-integration.png index c4da3673c..b6d937883 100644 Binary files a/images/integrations/azure/azure-sso-integration.png and b/images/integrations/azure/azure-sso-integration.png differ diff --git a/images/integrations/azure/azure-storage.png b/images/integrations/azure/azure-storage.png index ce7a23e77..5b168d002 100644 Binary files a/images/integrations/azure/azure-storage.png and b/images/integrations/azure/azure-storage.png differ diff --git a/images/integrations/codecov-integration/codecovintegration.png b/images/integrations/codecov-integration/codecovintegration.png index 40ca1c6e3..5e776592f 100644 Binary files a/images/integrations/codecov-integration/codecovintegration.png and b/images/integrations/codecov-integration/codecovintegration.png differ diff --git a/images/integrations/codecov-integration/codecovtoken.png b/images/integrations/codecov-integration/codecovtoken.png index bb0044559..664368106 100644 Binary files a/images/integrations/codecov-integration/codecovtoken.png and b/images/integrations/codecov-integration/codecovtoken.png differ diff --git a/images/integrations/codefresh-hosted-gitops/hosted-app-dashboard.png b/images/integrations/codefresh-hosted-gitops/hosted-app-dashboard.png new file mode 100644 index 000000000..c8483df51 Binary files /dev/null and b/images/integrations/codefresh-hosted-gitops/hosted-app-dashboard.png differ diff --git a/images/integrations/codefresh-hosted-gitops/hosted-dora-metrics.png b/images/integrations/codefresh-hosted-gitops/hosted-dora-metrics.png new file mode 100644 index 000000000..2a4feba06 Binary files /dev/null and b/images/integrations/codefresh-hosted-gitops/hosted-dora-metrics.png differ diff --git a/images/integrations/codefresh-hosted-gitops/hosted-home-dashboard.png b/images/integrations/codefresh-hosted-gitops/hosted-home-dashboard.png new file mode 100644 index 000000000..554af7e9f Binary files /dev/null and b/images/integrations/codefresh-hosted-gitops/hosted-home-dashboard.png differ diff --git a/images/integrations/codefresh-hosted-gitops/hosted-int-tools.png b/images/integrations/codefresh-hosted-gitops/hosted-int-tools.png new file mode 100644 index 000000000..e9981c53f Binary files /dev/null and b/images/integrations/codefresh-hosted-gitops/hosted-int-tools.png differ diff --git a/images/integrations/codefresh-hosted-gitops/hosted-runtime.png b/images/integrations/codefresh-hosted-gitops/hosted-runtime.png new file mode 100644 index 000000000..558222b34 Binary files /dev/null and b/images/integrations/codefresh-hosted-gitops/hosted-runtime.png differ diff --git a/images/integrations/codefresh-integrations.png b/images/integrations/codefresh-integrations.png index c65b7e395..65d8bcd98 100644 Binary files a/images/integrations/codefresh-integrations.png and b/images/integrations/codefresh-integrations.png differ diff --git a/images/integrations/datadog/datadog-api-key.png b/images/integrations/datadog/datadog-api-key.png index 8d68009c5..dab0de9e4 100644 Binary files a/images/integrations/datadog/datadog-api-key.png and b/images/integrations/datadog/datadog-api-key.png differ diff --git a/images/integrations/datadog/datadog-config-settings.png b/images/integrations/datadog/datadog-config-settings.png index f94ba9e3b..5ef3c6421 100644 Binary files a/images/integrations/datadog/datadog-config-settings.png and b/images/integrations/datadog/datadog-config-settings.png differ diff --git a/images/integrations/datadog/datadog-edit.png b/images/integrations/datadog/datadog-edit.png index 8bfb31325..3dc14db23 100644 Binary files a/images/integrations/datadog/datadog-edit.png and b/images/integrations/datadog/datadog-edit.png differ diff --git a/images/integrations/datadog/datadog-pipeline-dashboard.png b/images/integrations/datadog/datadog-pipeline-dashboard.png index 256b48957..39dc32e9c 100644 Binary files a/images/integrations/datadog/datadog-pipeline-dashboard.png and b/images/integrations/datadog/datadog-pipeline-dashboard.png differ diff --git a/images/integrations/datadog/datadog-pipeline-drilldown.png b/images/integrations/datadog/datadog-pipeline-drilldown.png index 15048226a..5a0bdd7c8 100644 Binary files a/images/integrations/datadog/datadog-pipeline-drilldown.png and b/images/integrations/datadog/datadog-pipeline-drilldown.png differ diff --git a/images/integrations/datadog/datadog-pipeline-executions.png b/images/integrations/datadog/datadog-pipeline-executions.png index 9a184ea8a..eb3b51220 100644 Binary files a/images/integrations/datadog/datadog-pipeline-executions.png and b/images/integrations/datadog/datadog-pipeline-executions.png differ diff --git a/images/integrations/datadog/datadog-pipelines-page.png b/images/integrations/datadog/datadog-pipelines-page.png index 1f01463b8..f63550a2e 100644 Binary files a/images/integrations/datadog/datadog-pipelines-page.png and b/images/integrations/datadog/datadog-pipelines-page.png differ diff --git a/images/integrations/docker-registries/add-amazon-ecr-registry.png b/images/integrations/docker-registries/add-amazon-ecr-registry.png index 4abb2a306..3d03f992d 100644 Binary files a/images/integrations/docker-registries/add-amazon-ecr-registry.png and b/images/integrations/docker-registries/add-amazon-ecr-registry.png differ diff --git a/images/integrations/docker-registries/add-azure-registry.png b/images/integrations/docker-registries/add-azure-registry.png index 414c6e4fa..891d7f06d 100644 Binary files a/images/integrations/docker-registries/add-azure-registry.png and b/images/integrations/docker-registries/add-azure-registry.png differ diff --git a/images/integrations/docker-registries/add-bintray-registry.png b/images/integrations/docker-registries/add-bintray-registry.png index dd748ea3d..c7b06b7dd 100644 Binary files a/images/integrations/docker-registries/add-bintray-registry.png and b/images/integrations/docker-registries/add-bintray-registry.png differ diff --git a/images/integrations/docker-registries/add-docker-registry.png b/images/integrations/docker-registries/add-docker-registry.png index a62a1eda4..c7d1f875f 100644 Binary files a/images/integrations/docker-registries/add-docker-registry.png and b/images/integrations/docker-registries/add-docker-registry.png differ diff --git a/images/integrations/docker-registries/add-gcr-registry.png b/images/integrations/docker-registries/add-gcr-registry.png index 90ea85000..0304e046d 100644 Binary files a/images/integrations/docker-registries/add-gcr-registry.png and b/images/integrations/docker-registries/add-gcr-registry.png differ diff --git a/images/integrations/docker-registries/add-other-docker-registry.png b/images/integrations/docker-registries/add-other-docker-registry.png index e639e086e..ceb3a5397 100644 Binary files a/images/integrations/docker-registries/add-other-docker-registry.png and b/images/integrations/docker-registries/add-other-docker-registry.png differ diff --git a/images/integrations/docker-registries/add-quay-registry.png b/images/integrations/docker-registries/add-quay-registry.png index edb3abec4..2d9704960 100644 Binary files a/images/integrations/docker-registries/add-quay-registry.png and b/images/integrations/docker-registries/add-quay-registry.png differ diff --git a/images/integrations/docker-registries/azure-registry-admin.png b/images/integrations/docker-registries/azure-registry-admin.png index b70e4df49..8403e98f4 100644 Binary files a/images/integrations/docker-registries/azure-registry-admin.png and b/images/integrations/docker-registries/azure-registry-admin.png differ diff --git a/images/integrations/docker-registries/bintray-metadata.png b/images/integrations/docker-registries/bintray-metadata.png index 2fabfcb4e..7db262cad 100644 Binary files a/images/integrations/docker-registries/bintray-metadata.png and b/images/integrations/docker-registries/bintray-metadata.png differ diff --git a/images/integrations/docker-registries/digital-ocean/codefresh-docker-registry.png b/images/integrations/docker-registries/digital-ocean/codefresh-docker-registry.png index 6e5c34275..136db0a3f 100644 Binary files a/images/integrations/docker-registries/digital-ocean/codefresh-docker-registry.png and b/images/integrations/docker-registries/digital-ocean/codefresh-docker-registry.png differ diff --git a/images/integrations/docker-registries/digital-ocean/codefresh-pipeline.png b/images/integrations/docker-registries/digital-ocean/codefresh-pipeline.png index 63a6864c2..01df9c548 100644 Binary files a/images/integrations/docker-registries/digital-ocean/codefresh-pipeline.png and b/images/integrations/docker-registries/digital-ocean/codefresh-pipeline.png differ diff --git a/images/integrations/docker-registries/digital-ocean/container-registry-do.png b/images/integrations/docker-registries/digital-ocean/container-registry-do.png index c5a5e31b4..2b6a67e2e 100644 Binary files a/images/integrations/docker-registries/digital-ocean/container-registry-do.png and b/images/integrations/docker-registries/digital-ocean/container-registry-do.png differ diff --git a/images/integrations/docker-registries/digital-ocean/create-registry.png b/images/integrations/docker-registries/digital-ocean/create-registry.png index 0497ab828..04ff8e025 100644 Binary files a/images/integrations/docker-registries/digital-ocean/create-registry.png and b/images/integrations/docker-registries/digital-ocean/create-registry.png differ diff --git a/images/integrations/docker-registries/dockerhub/add-dockerhub-registry.png b/images/integrations/docker-registries/dockerhub/add-dockerhub-registry.png index 20ac7491b..229e012ed 100644 Binary files a/images/integrations/docker-registries/dockerhub/add-dockerhub-registry.png and b/images/integrations/docker-registries/dockerhub/add-dockerhub-registry.png differ diff --git a/images/integrations/docker-registries/dockerhub/pushing-two-dockerhub-accounts.png b/images/integrations/docker-registries/dockerhub/pushing-two-dockerhub-accounts.png index adf423a26..4bdd65311 100644 Binary files a/images/integrations/docker-registries/dockerhub/pushing-two-dockerhub-accounts.png and b/images/integrations/docker-registries/dockerhub/pushing-two-dockerhub-accounts.png differ diff --git a/images/integrations/docker-registries/dockerhub/two-dockerhub-integrations.png b/images/integrations/docker-registries/dockerhub/two-dockerhub-integrations.png index ed758e381..5f289adae 100644 Binary files a/images/integrations/docker-registries/dockerhub/two-dockerhub-integrations.png and b/images/integrations/docker-registries/dockerhub/two-dockerhub-integrations.png differ diff --git a/images/integrations/docker-registries/github/github-registry-codefresh.png b/images/integrations/docker-registries/github/github-registry-codefresh.png index 656179f5b..0c378c1a0 100644 Binary files a/images/integrations/docker-registries/github/github-registry-codefresh.png and b/images/integrations/docker-registries/github/github-registry-codefresh.png differ diff --git a/images/integrations/docker-registries/github/github-registry-pipeline.png b/images/integrations/docker-registries/github/github-registry-pipeline.png index 51c462619..7b368a6c4 100644 Binary files a/images/integrations/docker-registries/github/github-registry-pipeline.png and b/images/integrations/docker-registries/github/github-registry-pipeline.png differ diff --git a/images/integrations/docker-registries/github/manual-docker-push.png b/images/integrations/docker-registries/github/manual-docker-push.png index 74be26a2e..fbf7ddd12 100644 Binary files a/images/integrations/docker-registries/github/manual-docker-push.png and b/images/integrations/docker-registries/github/manual-docker-push.png differ diff --git a/images/integrations/docker-registries/github/multiple-docker-tags.png b/images/integrations/docker-registries/github/multiple-docker-tags.png index 6196243da..1812b5efc 100644 Binary files a/images/integrations/docker-registries/github/multiple-docker-tags.png and b/images/integrations/docker-registries/github/multiple-docker-tags.png differ diff --git a/images/integrations/docker-registries/repository-prefix.png b/images/integrations/docker-registries/repository-prefix.png index 4f1bbaebc..47d05b070 100644 Binary files a/images/integrations/docker-registries/repository-prefix.png and b/images/integrations/docker-registries/repository-prefix.png differ diff --git a/images/integrations/gcloud-builder/build-push-gcr.png b/images/integrations/gcloud-builder/build-push-gcr.png index 62938029b..04e099110 100644 Binary files a/images/integrations/gcloud-builder/build-push-gcr.png and b/images/integrations/gcloud-builder/build-push-gcr.png differ diff --git a/images/integrations/gcloud-builder/gcr-view.png b/images/integrations/gcloud-builder/gcr-view.png index ea9edaa81..107eb9aa2 100644 Binary files a/images/integrations/gcloud-builder/gcr-view.png and b/images/integrations/gcloud-builder/gcr-view.png differ diff --git a/images/integrations/gcloud-builder/image-dashboard.png b/images/integrations/gcloud-builder/image-dashboard.png index f2300bebc..009db74cf 100644 Binary files a/images/integrations/gcloud-builder/image-dashboard.png and b/images/integrations/gcloud-builder/image-dashboard.png differ diff --git a/images/integrations/git/Screenshot at May 12 18-09-53.png b/images/integrations/git/Screenshot at May 12 18-09-53.png index fe7ad933f..e1b060ef8 100644 Binary files a/images/integrations/git/Screenshot at May 12 18-09-53.png and b/images/integrations/git/Screenshot at May 12 18-09-53.png differ diff --git a/images/integrations/git/Screenshot at May 12 18-10-27.png b/images/integrations/git/Screenshot at May 12 18-10-27.png index d68385e86..f4ffc8113 100644 Binary files a/images/integrations/git/Screenshot at May 12 18-10-27.png and b/images/integrations/git/Screenshot at May 12 18-10-27.png differ diff --git a/images/integrations/git/azure-devops-connected.png b/images/integrations/git/azure-devops-connected.png index c6f7c2d9c..8862333de 100644 Binary files a/images/integrations/git/azure-devops-connected.png and b/images/integrations/git/azure-devops-connected.png differ diff --git a/images/integrations/git/azure-devops-security.png b/images/integrations/git/azure-devops-security.png index 81b9656e7..d0c4c8115 100644 Binary files a/images/integrations/git/azure-devops-security.png and b/images/integrations/git/azure-devops-security.png differ diff --git a/images/integrations/git/azure-devops-token.png b/images/integrations/git/azure-devops-token.png index 65cf19d5a..76ee250b4 100644 Binary files a/images/integrations/git/azure-devops-token.png and b/images/integrations/git/azure-devops-token.png differ diff --git a/images/integrations/git/azure-devops-verify.png b/images/integrations/git/azure-devops-verify.png index 6d60944e3..6a63341f3 100644 Binary files a/images/integrations/git/azure-devops-verify.png and b/images/integrations/git/azure-devops-verify.png differ diff --git a/images/integrations/git/bitbucket-permissions.png b/images/integrations/git/bitbucket-permissions.png index e3b184e2f..dd7f8f057 100644 Binary files a/images/integrations/git/bitbucket-permissions.png and b/images/integrations/git/bitbucket-permissions.png differ diff --git a/images/integrations/git/git-integration-details.png b/images/integrations/git/git-integration-details.png index 7340b4f6f..e08b8f056 100644 Binary files a/images/integrations/git/git-integration-details.png and b/images/integrations/git/git-integration-details.png differ diff --git a/images/integrations/git/git-integrations.png b/images/integrations/git/git-integrations.png index 6de3dd438..4fb9cf13d 100644 Binary files a/images/integrations/git/git-integrations.png and b/images/integrations/git/git-integrations.png differ diff --git a/images/integrations/git/git-provider-menu.png b/images/integrations/git/git-provider-menu.png index 1edc3eb5c..98ff5a9f5 100644 Binary files a/images/integrations/git/git-provider-menu.png and b/images/integrations/git/git-provider-menu.png differ diff --git a/images/integrations/git/github-required-scopes.png b/images/integrations/git/github-required-scopes.png index d94ab4664..785f3cbc9 100644 Binary files a/images/integrations/git/github-required-scopes.png and b/images/integrations/git/github-required-scopes.png differ diff --git a/images/integrations/git/github-ssh.png b/images/integrations/git/github-ssh.png index 0bdf8a064..2d51545a3 100644 Binary files a/images/integrations/git/github-ssh.png and b/images/integrations/git/github-ssh.png differ diff --git a/images/integrations/git/private-repos.png b/images/integrations/git/private-repos.png index 61555de30..07bea2d7d 100644 Binary files a/images/integrations/git/private-repos.png and b/images/integrations/git/private-repos.png differ diff --git a/images/integrations/git/select-git.png b/images/integrations/git/select-git.png index 47b2e63a0..c50ea8789 100644 Binary files a/images/integrations/git/select-git.png and b/images/integrations/git/select-git.png differ diff --git a/images/integrations/github-actions/environment-variables.png b/images/integrations/github-actions/environment-variables.png index 93393c4cd..b91f6dde1 100644 Binary files a/images/integrations/github-actions/environment-variables.png and b/images/integrations/github-actions/environment-variables.png differ diff --git a/images/integrations/github-actions/github-action-pipeline.png b/images/integrations/github-actions/github-action-pipeline.png index 95be64ce5..60e4d9163 100644 Binary files a/images/integrations/github-actions/github-action-pipeline.png and b/images/integrations/github-actions/github-action-pipeline.png differ diff --git a/images/integrations/github-actions/github-action-step-browser.png b/images/integrations/github-actions/github-action-step-browser.png index 7bb1f9a5c..0356ebd81 100644 Binary files a/images/integrations/github-actions/github-action-step-browser.png and b/images/integrations/github-actions/github-action-step-browser.png differ diff --git a/images/integrations/github-actions/github-actions-marketplace.png b/images/integrations/github-actions/github-actions-marketplace.png index 7d2fb0d3f..451b338ed 100644 Binary files a/images/integrations/github-actions/github-actions-marketplace.png and b/images/integrations/github-actions/github-actions-marketplace.png differ diff --git a/images/integrations/github-actions/select-github-action.png b/images/integrations/github-actions/select-github-action.png index dc586dfc5..083b97c01 100644 Binary files a/images/integrations/github-actions/select-github-action.png and b/images/integrations/github-actions/select-github-action.png differ diff --git a/images/integrations/github-actions/snyk-action-arguments.png b/images/integrations/github-actions/snyk-action-arguments.png index cdce79526..69bb6e38f 100644 Binary files a/images/integrations/github-actions/snyk-action-arguments.png and b/images/integrations/github-actions/snyk-action-arguments.png differ diff --git a/images/integrations/google-cloud/gke-integration.png b/images/integrations/google-cloud/gke-integration.png index 4921abdd1..9da08644f 100644 Binary files a/images/integrations/google-cloud/gke-integration.png and b/images/integrations/google-cloud/gke-integration.png differ diff --git a/images/integrations/google-cloud/google-cloud-storage.png b/images/integrations/google-cloud/google-cloud-storage.png index 57813d902..b2fcb4335 100644 Binary files a/images/integrations/google-cloud/google-cloud-storage.png and b/images/integrations/google-cloud/google-cloud-storage.png differ diff --git a/images/integrations/google-cloud/google-storage-helm-repo.png b/images/integrations/google-cloud/google-storage-helm-repo.png index 56042609c..3b814fad1 100644 Binary files a/images/integrations/google-cloud/google-storage-helm-repo.png and b/images/integrations/google-cloud/google-storage-helm-repo.png differ diff --git a/images/integrations/google-marketplace/architecture.png b/images/integrations/google-marketplace/architecture.png index 682866b75..b3032dffe 100644 Binary files a/images/integrations/google-marketplace/architecture.png and b/images/integrations/google-marketplace/architecture.png differ diff --git a/images/integrations/google-marketplace/cluster-details.png b/images/integrations/google-marketplace/cluster-details.png index 6fc339f28..89d7e1b31 100644 Binary files a/images/integrations/google-marketplace/cluster-details.png and b/images/integrations/google-marketplace/cluster-details.png differ diff --git a/images/integrations/google-marketplace/configure-plan.png b/images/integrations/google-marketplace/configure-plan.png index b7c4a9e7f..4419246c4 100644 Binary files a/images/integrations/google-marketplace/configure-plan.png and b/images/integrations/google-marketplace/configure-plan.png differ diff --git a/images/integrations/google-marketplace/deploying.png b/images/integrations/google-marketplace/deploying.png index 6752c51ce..8c99f7fe0 100644 Binary files a/images/integrations/google-marketplace/deploying.png and b/images/integrations/google-marketplace/deploying.png differ diff --git a/images/integrations/google-marketplace/generate-token.png b/images/integrations/google-marketplace/generate-token.png index 2b80b61d5..8a48f4156 100644 Binary files a/images/integrations/google-marketplace/generate-token.png and b/images/integrations/google-marketplace/generate-token.png differ diff --git a/images/integrations/google-marketplace/remove.png b/images/integrations/google-marketplace/remove.png index 053228123..1360d7277 100644 Binary files a/images/integrations/google-marketplace/remove.png and b/images/integrations/google-marketplace/remove.png differ diff --git a/images/integrations/google-marketplace/run-command.png b/images/integrations/google-marketplace/run-command.png index f6fe9ebb7..e606a4038 100644 Binary files a/images/integrations/google-marketplace/run-command.png and b/images/integrations/google-marketplace/run-command.png differ diff --git a/images/integrations/google-marketplace/run-in-environment.png b/images/integrations/google-marketplace/run-in-environment.png index 5d86cd507..914d3efc6 100644 Binary files a/images/integrations/google-marketplace/run-in-environment.png and b/images/integrations/google-marketplace/run-in-environment.png differ diff --git a/images/integrations/google-marketplace/settings.png b/images/integrations/google-marketplace/settings.png index 289158574..821335673 100644 Binary files a/images/integrations/google-marketplace/settings.png and b/images/integrations/google-marketplace/settings.png differ diff --git a/images/integrations/hashicorp-vault/hashicorp-vault.png b/images/integrations/hashicorp-vault/hashicorp-vault.png index 58f966e0b..371ce55ac 100644 Binary files a/images/integrations/hashicorp-vault/hashicorp-vault.png and b/images/integrations/hashicorp-vault/hashicorp-vault.png differ diff --git a/images/integrations/helm/add-azure-helm-spn.png b/images/integrations/helm/add-azure-helm-spn.png index 325ccbc0e..b9810f822 100644 Binary files a/images/integrations/helm/add-azure-helm-spn.png and b/images/integrations/helm/add-azure-helm-spn.png differ diff --git a/images/integrations/helm/add-helm-repository.png b/images/integrations/helm/add-helm-repository.png index fac93369a..0d5e2a793 100644 Binary files a/images/integrations/helm/add-helm-repository.png and b/images/integrations/helm/add-helm-repository.png differ diff --git a/images/integrations/helm/helm-access.png b/images/integrations/helm/helm-access.png index b50a6ca62..b7cecd481 100644 Binary files a/images/integrations/helm/helm-access.png and b/images/integrations/helm/helm-access.png differ diff --git a/images/integrations/helm/select-azure-helm-repository.png b/images/integrations/helm/select-azure-helm-repository.png index 97d68b329..6fd7c9124 100644 Binary files a/images/integrations/helm/select-azure-helm-repository.png and b/images/integrations/helm/select-azure-helm-repository.png differ diff --git a/images/integrations/jenkins/call-a-codefresh-pipeline.png b/images/integrations/jenkins/call-a-codefresh-pipeline.png index d6d28a5b0..072f4ad28 100644 Binary files a/images/integrations/jenkins/call-a-codefresh-pipeline.png and b/images/integrations/jenkins/call-a-codefresh-pipeline.png differ diff --git a/images/integrations/jenkins/calling-codefresh-from-jenkins.png b/images/integrations/jenkins/calling-codefresh-from-jenkins.png index e857a46c9..2ec77db06 100644 Binary files a/images/integrations/jenkins/calling-codefresh-from-jenkins.png and b/images/integrations/jenkins/calling-codefresh-from-jenkins.png differ diff --git a/images/integrations/jenkins/calling-jenkins-from-codefresh.png b/images/integrations/jenkins/calling-jenkins-from-codefresh.png index 9a65af5a9..50f825b51 100644 Binary files a/images/integrations/jenkins/calling-jenkins-from-codefresh.png and b/images/integrations/jenkins/calling-jenkins-from-codefresh.png differ diff --git a/images/integrations/jenkins/codefresh-logs-from-jenkins.png b/images/integrations/jenkins/codefresh-logs-from-jenkins.png index 4f864c45c..2d2611356 100644 Binary files a/images/integrations/jenkins/codefresh-logs-from-jenkins.png and b/images/integrations/jenkins/codefresh-logs-from-jenkins.png differ diff --git a/images/integrations/jenkins/jenkins-api-token.png b/images/integrations/jenkins/jenkins-api-token.png index d53ab493a..a394cd23e 100644 Binary files a/images/integrations/jenkins/jenkins-api-token.png and b/images/integrations/jenkins/jenkins-api-token.png differ diff --git a/images/integrations/jenkins/jenkins-credentials.png b/images/integrations/jenkins/jenkins-credentials.png index 46da80590..d4f6f2aba 100644 Binary files a/images/integrations/jenkins/jenkins-credentials.png and b/images/integrations/jenkins/jenkins-credentials.png differ diff --git a/images/integrations/jenkins/jenkins-freestyle-job.png b/images/integrations/jenkins/jenkins-freestyle-job.png index 9b14ce0a9..f1cc3b591 100644 Binary files a/images/integrations/jenkins/jenkins-freestyle-job.png and b/images/integrations/jenkins/jenkins-freestyle-job.png differ diff --git a/images/integrations/jenkins/jenkins-tool-installation.png b/images/integrations/jenkins/jenkins-tool-installation.png index e498d2b59..1bdd75690 100644 Binary files a/images/integrations/jenkins/jenkins-tool-installation.png and b/images/integrations/jenkins/jenkins-tool-installation.png differ diff --git a/images/integrations/jenkins/jenkins-variables.png b/images/integrations/jenkins/jenkins-variables.png index 6bcb4e21b..2eae9b0b2 100644 Binary files a/images/integrations/jenkins/jenkins-variables.png and b/images/integrations/jenkins/jenkins-variables.png differ diff --git a/images/integrations/jenkins/migrate-jenkins-pipeline.png b/images/integrations/jenkins/migrate-jenkins-pipeline.png index db9731f2d..e9b32a83f 100644 Binary files a/images/integrations/jenkins/migrate-jenkins-pipeline.png and b/images/integrations/jenkins/migrate-jenkins-pipeline.png differ diff --git a/images/integrations/jenkins/pipeline-variables.png b/images/integrations/jenkins/pipeline-variables.png index 27ce44b83..6aa744143 100644 Binary files a/images/integrations/jenkins/pipeline-variables.png and b/images/integrations/jenkins/pipeline-variables.png differ diff --git a/images/integrations/jenkins/trigger-remote-jenkins-job.png b/images/integrations/jenkins/trigger-remote-jenkins-job.png index dd1783f77..67ae872ea 100644 Binary files a/images/integrations/jenkins/trigger-remote-jenkins-job.png and b/images/integrations/jenkins/trigger-remote-jenkins-job.png differ diff --git a/images/integrations/jira/account-settings.png b/images/integrations/jira/account-settings.png index 95db987d0..d26f8c2d8 100644 Binary files a/images/integrations/jira/account-settings.png and b/images/integrations/jira/account-settings.png differ diff --git a/images/integrations/jira/add-app.png b/images/integrations/jira/add-app.png index d5457759c..b1bc47806 100644 Binary files a/images/integrations/jira/add-app.png and b/images/integrations/jira/add-app.png differ diff --git a/images/integrations/jira/add-jira-password.png b/images/integrations/jira/add-jira-password.png index 074bd1e9c..6e4f9880f 100644 Binary files a/images/integrations/jira/add-jira-password.png and b/images/integrations/jira/add-jira-password.png differ diff --git a/images/integrations/jira/client-key.png b/images/integrations/jira/client-key.png index 99ff95a65..a0c3343a6 100644 Binary files a/images/integrations/jira/client-key.png and b/images/integrations/jira/client-key.png differ diff --git a/images/integrations/jira/codefresh-dashboard.png b/images/integrations/jira/codefresh-dashboard.png index 3d9959f37..4c3daeb97 100644 Binary files a/images/integrations/jira/codefresh-dashboard.png and b/images/integrations/jira/codefresh-dashboard.png differ diff --git a/images/integrations/jira/codefreshpipeline.png b/images/integrations/jira/codefreshpipeline.png index b0dedbd61..132e5e6ea 100644 Binary files a/images/integrations/jira/codefreshpipeline.png and b/images/integrations/jira/codefreshpipeline.png differ diff --git a/images/integrations/jira/confirm.png b/images/integrations/jira/confirm.png index 93c4614f2..86a5da96e 100644 Binary files a/images/integrations/jira/confirm.png and b/images/integrations/jira/confirm.png differ diff --git a/images/integrations/jira/jira-comment.png b/images/integrations/jira/jira-comment.png index f9747daa6..12b71c85b 100644 Binary files a/images/integrations/jira/jira-comment.png and b/images/integrations/jira/jira-comment.png differ diff --git a/images/integrations/jira/jira-integration-one.png b/images/integrations/jira/jira-integration-one.png index 0fb770643..78eb8ce56 100644 Binary files a/images/integrations/jira/jira-integration-one.png and b/images/integrations/jira/jira-integration-one.png differ diff --git a/images/integrations/jira/jira-integration-two.png b/images/integrations/jira/jira-integration-two.png index 5def27440..30d485adb 100644 Binary files a/images/integrations/jira/jira-integration-two.png and b/images/integrations/jira/jira-integration-two.png differ diff --git a/images/integrations/jira/jira-marketplace-auth.png b/images/integrations/jira/jira-marketplace-auth.png index 1f69b1d34..9da1a9c1e 100644 Binary files a/images/integrations/jira/jira-marketplace-auth.png and b/images/integrations/jira/jira-marketplace-auth.png differ diff --git a/images/integrations/jira/manage-apps.png b/images/integrations/jira/manage-apps.png index 588855644..1bffcec61 100644 Binary files a/images/integrations/jira/manage-apps.png and b/images/integrations/jira/manage-apps.png differ diff --git a/images/integrations/kubernetes/change-kubernetes-manifest.png b/images/integrations/kubernetes/change-kubernetes-manifest.png index 49bfd95eb..69b12f6b7 100644 Binary files a/images/integrations/kubernetes/change-kubernetes-manifest.png and b/images/integrations/kubernetes/change-kubernetes-manifest.png differ diff --git a/images/integrations/kubernetes/kubernetes-dashboard.png b/images/integrations/kubernetes/kubernetes-dashboard.png index 9018e3ece..d6139aa9d 100644 Binary files a/images/integrations/kubernetes/kubernetes-dashboard.png and b/images/integrations/kubernetes/kubernetes-dashboard.png differ diff --git a/images/integrations/kubernetes/kubernetes-integration.png b/images/integrations/kubernetes/kubernetes-integration.png index a5636d5f1..962500be3 100644 Binary files a/images/integrations/kubernetes/kubernetes-integration.png and b/images/integrations/kubernetes/kubernetes-integration.png differ diff --git a/images/integrations/secret-storage/secrets-ui-view.png b/images/integrations/secret-storage/secrets-ui-view.png index 2e6c0b9fb..5edb0e05b 100644 Binary files a/images/integrations/secret-storage/secrets-ui-view.png and b/images/integrations/secret-storage/secrets-ui-view.png differ diff --git a/images/integrations/secret-storage/secrets-ui-view2.png b/images/integrations/secret-storage/secrets-ui-view2.png index 3b49f1651..3f6d78878 100644 Binary files a/images/integrations/secret-storage/secrets-ui-view2.png and b/images/integrations/secret-storage/secrets-ui-view2.png differ diff --git a/images/integrations/slack/add-slack-integration.png b/images/integrations/slack/add-slack-integration.png index 2ec0bc16a..2c07a1732 100644 Binary files a/images/integrations/slack/add-slack-integration.png and b/images/integrations/slack/add-slack-integration.png differ diff --git a/images/integrations/slack/report-notifications.png b/images/integrations/slack/report-notifications.png index c8899963b..67686e90d 100644 Binary files a/images/integrations/slack/report-notifications.png and b/images/integrations/slack/report-notifications.png differ diff --git a/images/kubernetes-helm/add-helm-repository.png b/images/kubernetes-helm/add-helm-repository.png index f9227b255..b22c5fb64 100644 Binary files a/images/kubernetes-helm/add-helm-repository.png and b/images/kubernetes-helm/add-helm-repository.png differ diff --git a/images/kubernetes-helm/best-practices/advanced-promote.png b/images/kubernetes-helm/best-practices/advanced-promote.png index b8f53b29a..1560c015e 100644 Binary files a/images/kubernetes-helm/best-practices/advanced-promote.png and b/images/kubernetes-helm/best-practices/advanced-promote.png differ diff --git a/images/kubernetes-helm/best-practices/basic-helm-pipeline.png b/images/kubernetes-helm/best-practices/basic-helm-pipeline.png index 828930230..333127281 100644 Binary files a/images/kubernetes-helm/best-practices/basic-helm-pipeline.png and b/images/kubernetes-helm/best-practices/basic-helm-pipeline.png differ diff --git a/images/kubernetes-helm/best-practices/chart-structure.png b/images/kubernetes-helm/best-practices/chart-structure.png index d3559a525..f147a69e8 100644 Binary files a/images/kubernetes-helm/best-practices/chart-structure.png and b/images/kubernetes-helm/best-practices/chart-structure.png differ diff --git a/images/kubernetes-helm/best-practices/chart-structure.svg b/images/kubernetes-helm/best-practices/chart-structure.svg index 102abb818..e66ca0364 100644 --- a/images/kubernetes-helm/best-practices/chart-structure.svg +++ b/images/kubernetes-helm/best-practices/chart-structure.svg @@ -1,347 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - -   - image1 - - - image2 - - image3 - - Single Chart - -   - image1 - - - image2 - - - - image3 - - - Umbrella Chart - - - - Chart - Chart - - - - - +image1image2image3Single Chartimage1image2image3Umbrella ChartChartChart \ No newline at end of file diff --git a/images/kubernetes-helm/best-practices/chart-version-multiple.png b/images/kubernetes-helm/best-practices/chart-version-multiple.png index 2139d8caf..1e5a1f118 100644 Binary files a/images/kubernetes-helm/best-practices/chart-version-multiple.png and b/images/kubernetes-helm/best-practices/chart-version-multiple.png differ diff --git a/images/kubernetes-helm/best-practices/chart-version-multiple.svg b/images/kubernetes-helm/best-practices/chart-version-multiple.svg index c387b7b8c..bfce3c87d 100644 --- a/images/kubernetes-helm/best-practices/chart-version-multiple.svg +++ b/images/kubernetes-helm/best-practices/chart-version-multiple.svg @@ -1,439 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - -   - image A - 1.1 - - image b - 4.3 - - image c - 2.6 - - Chart 1.1 - -   - image A - 1.1 - - image b - 4.3 - - image c - 2.6 - - Chart 1.2 - - - chartbump -   - image A - 1.1 - - image b - 4.4 - - image c - 2.7 - - Chart 1.2 - - - appbump - - +image A - 1.1image b - 4.3image c - 2.6Chart 1.1image A - 1.1image b - 4.3image c - 2.6Chart 1.2chartbumpimage A - 1.1image b - 4.4image c - 2.7Chart 1.2appbump \ No newline at end of file diff --git a/images/kubernetes-helm/best-practices/chart-version-single.png b/images/kubernetes-helm/best-practices/chart-version-single.png index fe6eb44c8..f2cb6742e 100644 Binary files a/images/kubernetes-helm/best-practices/chart-version-single.png and b/images/kubernetes-helm/best-practices/chart-version-single.png differ diff --git a/images/kubernetes-helm/best-practices/chart-version-single.svg b/images/kubernetes-helm/best-practices/chart-version-single.svg index 0661a841c..146348a3f 100644 --- a/images/kubernetes-helm/best-practices/chart-version-single.svg +++ b/images/kubernetes-helm/best-practices/chart-version-single.svg @@ -1,320 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - -   - image A - 1.1 - - image b - 1.1 - - image c - 1.1 - - Chart 1.1 - -   - image A - 1.2 - - image b - 1.2 - - image c - 1.2 - - Chart 1.2 - - - new version - - +image A - 1.1image b - 1.1image c - 1.1Chart 1.1image A - 1.2image b - 1.2image c - 1.2Chart 1.2new version \ No newline at end of file diff --git a/images/kubernetes-helm/best-practices/helm-catalog.png b/images/kubernetes-helm/best-practices/helm-catalog.png index f9db55d50..86bbf6fa6 100644 Binary files a/images/kubernetes-helm/best-practices/helm-catalog.png and b/images/kubernetes-helm/best-practices/helm-catalog.png differ diff --git a/images/kubernetes-helm/best-practices/helm-direct-deployment.png b/images/kubernetes-helm/best-practices/helm-direct-deployment.png index a6aaba1ca..b40a64d83 100644 Binary files a/images/kubernetes-helm/best-practices/helm-direct-deployment.png and b/images/kubernetes-helm/best-practices/helm-direct-deployment.png differ diff --git a/images/kubernetes-helm/best-practices/helm-no-repo.png b/images/kubernetes-helm/best-practices/helm-no-repo.png index db3d67ae0..4e0fc49e8 100644 Binary files a/images/kubernetes-helm/best-practices/helm-no-repo.png and b/images/kubernetes-helm/best-practices/helm-no-repo.png differ diff --git a/images/kubernetes-helm/best-practices/helm-only-store.png b/images/kubernetes-helm/best-practices/helm-only-store.png index 26f72d40b..4939d3e41 100644 Binary files a/images/kubernetes-helm/best-practices/helm-only-store.png and b/images/kubernetes-helm/best-practices/helm-only-store.png differ diff --git a/images/kubernetes-helm/best-practices/helm-rollback.png b/images/kubernetes-helm/best-practices/helm-rollback.png index c337fe0f6..ffe098df9 100644 Binary files a/images/kubernetes-helm/best-practices/helm-rollback.png and b/images/kubernetes-helm/best-practices/helm-rollback.png differ diff --git a/images/kubernetes-helm/best-practices/multiple-environments.png b/images/kubernetes-helm/best-practices/multiple-environments.png index 1d55a28ab..7a3b94916 100644 Binary files a/images/kubernetes-helm/best-practices/multiple-environments.png and b/images/kubernetes-helm/best-practices/multiple-environments.png differ diff --git a/images/kubernetes-helm/best-practices/multiple-promotion.svg b/images/kubernetes-helm/best-practices/multiple-promotion.svg index 01a939664..bfce3c87d 100644 --- a/images/kubernetes-helm/best-practices/multiple-promotion.svg +++ b/images/kubernetes-helm/best-practices/multiple-promotion.svg @@ -1,439 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - -   - image A - 1.1 - - image b - 4.3 - - image c - 2.6 - - Chart 1.1 - -   - image A - 1.1 - - image b - 4.3 - - image c - 2.6 - - Chart 1.2 - - - chartbump -   - image A - 1.1 - - image b - 4.4 - - image c - 2.7 - - Chart 1.2 - - - appbump - - +image A - 1.1image b - 4.3image c - 2.6Chart 1.1image A - 1.1image b - 4.3image c - 2.6Chart 1.2chartbumpimage A - 1.1image b - 4.4image c - 2.7Chart 1.2appbump \ No newline at end of file diff --git a/images/kubernetes-helm/best-practices/promote-1.png b/images/kubernetes-helm/best-practices/promote-1.png index 622137fb0..18c874ae2 100644 Binary files a/images/kubernetes-helm/best-practices/promote-1.png and b/images/kubernetes-helm/best-practices/promote-1.png differ diff --git a/images/kubernetes-helm/best-practices/promote-2.png b/images/kubernetes-helm/best-practices/promote-2.png index 9ee567f1c..284971cf9 100644 Binary files a/images/kubernetes-helm/best-practices/promote-2.png and b/images/kubernetes-helm/best-practices/promote-2.png differ diff --git a/images/kubernetes-helm/best-practices/push-and-deploy.png b/images/kubernetes-helm/best-practices/push-and-deploy.png index 7efbb2e92..acda1c6ec 100644 Binary files a/images/kubernetes-helm/best-practices/push-and-deploy.png and b/images/kubernetes-helm/best-practices/push-and-deploy.png differ diff --git a/images/kubernetes-helm/connect-helm-repo.png b/images/kubernetes-helm/connect-helm-repo.png index 576319863..ad1cc5b8c 100644 Binary files a/images/kubernetes-helm/connect-helm-repo.png and b/images/kubernetes-helm/connect-helm-repo.png differ diff --git a/images/kubernetes-helm/dashboard/diff.png b/images/kubernetes-helm/dashboard/diff.png index 56888435f..8f5ff709f 100644 Binary files a/images/kubernetes-helm/dashboard/diff.png and b/images/kubernetes-helm/dashboard/diff.png differ diff --git a/images/kubernetes-helm/dashboard/helm-badge.png b/images/kubernetes-helm/dashboard/helm-badge.png index ff284dcd8..193b69e02 100644 Binary files a/images/kubernetes-helm/dashboard/helm-badge.png and b/images/kubernetes-helm/dashboard/helm-badge.png differ diff --git a/images/kubernetes-helm/dashboard/helm-commit-message.png b/images/kubernetes-helm/dashboard/helm-commit-message.png index b9433254c..3306489ee 100644 Binary files a/images/kubernetes-helm/dashboard/helm-commit-message.png and b/images/kubernetes-helm/dashboard/helm-commit-message.png differ diff --git a/images/kubernetes-helm/dashboard/helm-release-dashboard.png b/images/kubernetes-helm/dashboard/helm-release-dashboard.png index c7078f88b..ea3682f4d 100644 Binary files a/images/kubernetes-helm/dashboard/helm-release-dashboard.png and b/images/kubernetes-helm/dashboard/helm-release-dashboard.png differ diff --git a/images/kubernetes-helm/dashboard/history.png b/images/kubernetes-helm/dashboard/history.png index c00e3e5a8..f54c18626 100644 Binary files a/images/kubernetes-helm/dashboard/history.png and b/images/kubernetes-helm/dashboard/history.png differ diff --git a/images/kubernetes-helm/dashboard/manifests.png b/images/kubernetes-helm/dashboard/manifests.png index 67e4ad306..4a35a3482 100644 Binary files a/images/kubernetes-helm/dashboard/manifests.png and b/images/kubernetes-helm/dashboard/manifests.png differ diff --git a/images/kubernetes-helm/dashboard/override-helm-actions.png b/images/kubernetes-helm/dashboard/override-helm-actions.png index db9a39df9..b3960c36f 100644 Binary files a/images/kubernetes-helm/dashboard/override-helm-actions.png and b/images/kubernetes-helm/dashboard/override-helm-actions.png differ diff --git a/images/kubernetes-helm/dashboard/services.png b/images/kubernetes-helm/dashboard/services.png index e9e00b23e..139fd1ac9 100644 Binary files a/images/kubernetes-helm/dashboard/services.png and b/images/kubernetes-helm/dashboard/services.png differ diff --git a/images/kubernetes-helm/full-helm-pipeline.png b/images/kubernetes-helm/full-helm-pipeline.png index 429cbe4c8..ee3dca634 100644 Binary files a/images/kubernetes-helm/full-helm-pipeline.png and b/images/kubernetes-helm/full-helm-pipeline.png differ diff --git a/images/kubernetes-helm/import-helm-configuration.png b/images/kubernetes-helm/import-helm-configuration.png index 17fbbf3cb..dade5574c 100644 Binary files a/images/kubernetes-helm/import-helm-configuration.png and b/images/kubernetes-helm/import-helm-configuration.png differ diff --git a/images/kubernetes-helm/k8s-name.png b/images/kubernetes-helm/k8s-name.png index 24197bb23..7e2ba9bea 100644 Binary files a/images/kubernetes-helm/k8s-name.png and b/images/kubernetes-helm/k8s-name.png differ diff --git a/images/kubernetes-helm/private-helm-repo/managed-helm-repo.png b/images/kubernetes-helm/private-helm-repo/managed-helm-repo.png index 0a9d0c5b7..b66026450 100644 Binary files a/images/kubernetes-helm/private-helm-repo/managed-helm-repo.png and b/images/kubernetes-helm/private-helm-repo/managed-helm-repo.png differ diff --git a/images/kubernetes-helm/promotion/board-management.png b/images/kubernetes-helm/promotion/board-management.png index 8b99e0a87..a6e563ba8 100644 Binary files a/images/kubernetes-helm/promotion/board-management.png and b/images/kubernetes-helm/promotion/board-management.png differ diff --git a/images/kubernetes-helm/promotion/board-selection.png b/images/kubernetes-helm/promotion/board-selection.png index 01922b53b..93f31c775 100644 Binary files a/images/kubernetes-helm/promotion/board-selection.png and b/images/kubernetes-helm/promotion/board-selection.png differ diff --git a/images/kubernetes-helm/promotion/board.png b/images/kubernetes-helm/promotion/board.png index bbd35458a..d18f2b0a4 100644 Binary files a/images/kubernetes-helm/promotion/board.png and b/images/kubernetes-helm/promotion/board.png differ diff --git a/images/kubernetes-helm/promotion/edit-helm-environment.png b/images/kubernetes-helm/promotion/edit-helm-environment.png index 7e06aa853..78de19904 100644 Binary files a/images/kubernetes-helm/promotion/edit-helm-environment.png and b/images/kubernetes-helm/promotion/edit-helm-environment.png differ diff --git a/images/kubernetes-helm/promotion/edit-value.png b/images/kubernetes-helm/promotion/edit-value.png index b28abfb2f..ca05efe25 100644 Binary files a/images/kubernetes-helm/promotion/edit-value.png and b/images/kubernetes-helm/promotion/edit-value.png differ diff --git a/images/kubernetes-helm/promotion/expand.png b/images/kubernetes-helm/promotion/expand.png index 9e4d063f4..6bbecf3b0 100644 Binary files a/images/kubernetes-helm/promotion/expand.png and b/images/kubernetes-helm/promotion/expand.png differ diff --git a/images/kubernetes-helm/promotion/filter.png b/images/kubernetes-helm/promotion/filter.png index a429fd407..b53b62ced 100644 Binary files a/images/kubernetes-helm/promotion/filter.png and b/images/kubernetes-helm/promotion/filter.png differ diff --git a/images/kubernetes-helm/promotion/helm-environments.png b/images/kubernetes-helm/promotion/helm-environments.png index 4b5849797..3ea5ddace 100644 Binary files a/images/kubernetes-helm/promotion/helm-environments.png and b/images/kubernetes-helm/promotion/helm-environments.png differ diff --git a/images/kubernetes-helm/promotion/promote-settings.png b/images/kubernetes-helm/promotion/promote-settings.png index 4d965ac59..7c5fdc230 100644 Binary files a/images/kubernetes-helm/promotion/promote-settings.png and b/images/kubernetes-helm/promotion/promote-settings.png differ diff --git a/images/kubernetes-helm/promotion/promote.png b/images/kubernetes-helm/promotion/promote.png index 94bd01a85..d2652e749 100644 Binary files a/images/kubernetes-helm/promotion/promote.png and b/images/kubernetes-helm/promotion/promote.png differ diff --git a/images/kubernetes-helm/promotion/shift-left.png b/images/kubernetes-helm/promotion/shift-left.png index cce3c9378..03c54eac1 100644 Binary files a/images/kubernetes-helm/promotion/shift-left.png and b/images/kubernetes-helm/promotion/shift-left.png differ diff --git a/images/kubernetes-helm/promotion/shift-right.png b/images/kubernetes-helm/promotion/shift-right.png index 54d1a2ff0..8744d632e 100644 Binary files a/images/kubernetes-helm/promotion/shift-right.png and b/images/kubernetes-helm/promotion/shift-right.png differ diff --git a/images/kubernetes-helm/promotion/value-options.png b/images/kubernetes-helm/promotion/value-options.png index 5ce6820f5..fa5445cf4 100644 Binary files a/images/kubernetes-helm/promotion/value-options.png and b/images/kubernetes-helm/promotion/value-options.png differ diff --git a/images/kubernetes-helm/quick-helm-integration.png b/images/kubernetes-helm/quick-helm-integration.png index d6e7ced4b..168e1dbcb 100644 Binary files a/images/kubernetes-helm/quick-helm-integration.png and b/images/kubernetes-helm/quick-helm-integration.png differ diff --git a/images/kubernetes/add-cluster/add-cluster-button.png b/images/kubernetes/add-cluster/add-cluster-button.png index 4f618fb1b..f00e987c9 100644 Binary files a/images/kubernetes/add-cluster/add-cluster-button.png and b/images/kubernetes/add-cluster/add-cluster-button.png differ diff --git a/images/kubernetes/add-cluster/add-cluster-fields.png b/images/kubernetes/add-cluster/add-cluster-fields.png index a245290c7..9d4b304a5 100644 Binary files a/images/kubernetes/add-cluster/add-cluster-fields.png and b/images/kubernetes/add-cluster/add-cluster-fields.png differ diff --git a/images/kubernetes/add-cluster/add-do-cluster.png b/images/kubernetes/add-cluster/add-do-cluster.png index 86a0d3511..cedbc3730 100644 Binary files a/images/kubernetes/add-cluster/add-do-cluster.png and b/images/kubernetes/add-cluster/add-do-cluster.png differ diff --git a/images/kubernetes/add-cluster/authorize-do.png b/images/kubernetes/add-cluster/authorize-do.png index fa7f86c70..801692b9c 100644 Binary files a/images/kubernetes/add-cluster/authorize-do.png and b/images/kubernetes/add-cluster/authorize-do.png differ diff --git a/images/kubernetes/add-cluster/cert-hierarchy.png b/images/kubernetes/add-cluster/cert-hierarchy.png index f850381c2..e9b61351a 100644 Binary files a/images/kubernetes/add-cluster/cert-hierarchy.png and b/images/kubernetes/add-cluster/cert-hierarchy.png differ diff --git a/images/kubernetes/add-cluster/connect-azure-spn.png b/images/kubernetes/add-cluster/connect-azure-spn.png index 39da41ef5..ccc111c83 100644 Binary files a/images/kubernetes/add-cluster/connect-azure-spn.png and b/images/kubernetes/add-cluster/connect-azure-spn.png differ diff --git a/images/kubernetes/add-cluster/do-authorized.png b/images/kubernetes/add-cluster/do-authorized.png index ad9f02615..73ad24de2 100644 Binary files a/images/kubernetes/add-cluster/do-authorized.png and b/images/kubernetes/add-cluster/do-authorized.png differ diff --git a/images/kubernetes/add-cluster/gke-basic-auth.png b/images/kubernetes/add-cluster/gke-basic-auth.png index c5225fa8b..7b6b92644 100644 Binary files a/images/kubernetes/add-cluster/gke-basic-auth.png and b/images/kubernetes/add-cluster/gke-basic-auth.png differ diff --git a/images/kubernetes/add-cluster/rancher-2.png b/images/kubernetes/add-cluster/rancher-2.png index f1d17a3c6..9099b7ee9 100644 Binary files a/images/kubernetes/add-cluster/rancher-2.png and b/images/kubernetes/add-cluster/rancher-2.png differ diff --git a/images/kubernetes/add-cluster/restrict-namespace.png b/images/kubernetes/add-cluster/restrict-namespace.png index 9999b36dd..0f8f5f610 100644 Binary files a/images/kubernetes/add-cluster/restrict-namespace.png and b/images/kubernetes/add-cluster/restrict-namespace.png differ diff --git a/images/kubernetes/add-cluster/select-aks-cluster.png b/images/kubernetes/add-cluster/select-aks-cluster.png index c2deb87df..62fe46c44 100644 Binary files a/images/kubernetes/add-cluster/select-aks-cluster.png and b/images/kubernetes/add-cluster/select-aks-cluster.png differ diff --git a/images/kubernetes/create-secret.png b/images/kubernetes/create-secret.png index 2e801c1d5..68d1b1296 100644 Binary files a/images/kubernetes/create-secret.png and b/images/kubernetes/create-secret.png differ diff --git a/images/kubernetes/custom-kubectl/kube-context.png b/images/kubernetes/custom-kubectl/kube-context.png index c94744a62..03cc6e5f5 100644 Binary files a/images/kubernetes/custom-kubectl/kube-context.png and b/images/kubernetes/custom-kubectl/kube-context.png differ diff --git a/images/kubernetes/custom-kubectl/parallel-kubectl.png b/images/kubernetes/custom-kubectl/parallel-kubectl.png index 9945bfe6b..82f1cec27 100644 Binary files a/images/kubernetes/custom-kubectl/parallel-kubectl.png and b/images/kubernetes/custom-kubectl/parallel-kubectl.png differ diff --git a/images/kubernetes/dashboard/grid-view.png b/images/kubernetes/dashboard/grid-view.png index d05e9e554..e80ebc67a 100644 Binary files a/images/kubernetes/dashboard/grid-view.png and b/images/kubernetes/dashboard/grid-view.png differ diff --git a/images/kubernetes/dashboard/kubernetes-dashboard.png b/images/kubernetes/dashboard/kubernetes-dashboard.png index 1a78c079f..d2a3a50f6 100644 Binary files a/images/kubernetes/dashboard/kubernetes-dashboard.png and b/images/kubernetes/dashboard/kubernetes-dashboard.png differ diff --git a/images/kubernetes/demo/mongo-service.png b/images/kubernetes/demo/mongo-service.png index 8d81468e0..165175c9e 100644 Binary files a/images/kubernetes/demo/mongo-service.png and b/images/kubernetes/demo/mongo-service.png differ diff --git a/images/kubernetes/environments/create-environment.png b/images/kubernetes/environments/create-environment.png index e2b3cc2f6..ec105d667 100644 Binary files a/images/kubernetes/environments/create-environment.png and b/images/kubernetes/environments/create-environment.png differ diff --git a/images/kubernetes/environments/environment-info.png b/images/kubernetes/environments/environment-info.png index a7c1c29e5..c52e3a35d 100644 Binary files a/images/kubernetes/environments/environment-info.png and b/images/kubernetes/environments/environment-info.png differ diff --git a/images/kubernetes/environments/error-detection.png b/images/kubernetes/environments/error-detection.png index 37ffee0f3..e172d175a 100644 Binary files a/images/kubernetes/environments/error-detection.png and b/images/kubernetes/environments/error-detection.png differ diff --git a/images/kubernetes/secret-dropdown.png b/images/kubernetes/secret-dropdown.png index ac49669de..48acf9fcf 100644 Binary files a/images/kubernetes/secret-dropdown.png and b/images/kubernetes/secret-dropdown.png differ diff --git a/images/learn-by-example/cc/c-make-pipeline.png b/images/learn-by-example/cc/c-make-pipeline.png index c556fd1c7..c7a68f91c 100644 Binary files a/images/learn-by-example/cc/c-make-pipeline.png and b/images/learn-by-example/cc/c-make-pipeline.png differ diff --git a/images/learn-by-example/cc/cpp-cmake-pipeline.png b/images/learn-by-example/cc/cpp-cmake-pipeline.png index bf0c513b4..3311ebfb5 100644 Binary files a/images/learn-by-example/cc/cpp-cmake-pipeline.png and b/images/learn-by-example/cc/cpp-cmake-pipeline.png differ diff --git a/images/learn-by-example/dotnet/dotnetcore-image.png b/images/learn-by-example/dotnet/dotnetcore-image.png index 96237ff22..96ff33145 100644 Binary files a/images/learn-by-example/dotnet/dotnetcore-image.png and b/images/learn-by-example/dotnet/dotnetcore-image.png differ diff --git a/images/learn-by-example/dotnet/dotnetcore-pipeline.png b/images/learn-by-example/dotnet/dotnetcore-pipeline.png index d4db8f4c8..eeac80413 100644 Binary files a/images/learn-by-example/dotnet/dotnetcore-pipeline.png and b/images/learn-by-example/dotnet/dotnetcore-pipeline.png differ diff --git a/images/learn-by-example/golang/github-token.png b/images/learn-by-example/golang/github-token.png index 7f67d2540..b771afa36 100644 Binary files a/images/learn-by-example/golang/github-token.png and b/images/learn-by-example/golang/github-token.png differ diff --git a/images/learn-by-example/golang/go-multi-stage-pipeline.png b/images/learn-by-example/golang/go-multi-stage-pipeline.png index 121919ccd..027cbcd25 100644 Binary files a/images/learn-by-example/golang/go-multi-stage-pipeline.png and b/images/learn-by-example/golang/go-multi-stage-pipeline.png differ diff --git a/images/learn-by-example/golang/golang-ci-pipeline.png b/images/learn-by-example/golang/golang-ci-pipeline.png index 0ffbb475f..944b1a34a 100644 Binary files a/images/learn-by-example/golang/golang-ci-pipeline.png and b/images/learn-by-example/golang/golang-ci-pipeline.png differ diff --git a/images/learn-by-example/golang/golang-image-size.png b/images/learn-by-example/golang/golang-image-size.png index f8af4acb4..c5d8a4d58 100644 Binary files a/images/learn-by-example/golang/golang-image-size.png and b/images/learn-by-example/golang/golang-image-size.png differ diff --git a/images/learn-by-example/golang/golang-simple-pipeline.png b/images/learn-by-example/golang/golang-simple-pipeline.png index 47168cff7..216a9f239 100644 Binary files a/images/learn-by-example/golang/golang-simple-pipeline.png and b/images/learn-by-example/golang/golang-simple-pipeline.png differ diff --git a/images/learn-by-example/golang/goreleaser-ci-pipeline.png b/images/learn-by-example/golang/goreleaser-ci-pipeline.png index 2eda0f838..3be1dcfe5 100644 Binary files a/images/learn-by-example/golang/goreleaser-ci-pipeline.png and b/images/learn-by-example/golang/goreleaser-ci-pipeline.png differ diff --git a/images/learn-by-example/golang/tags-only-trigger.png b/images/learn-by-example/golang/tags-only-trigger.png index 84cc43154..7b5ad0c41 100644 Binary files a/images/learn-by-example/golang/tags-only-trigger.png and b/images/learn-by-example/golang/tags-only-trigger.png differ diff --git a/images/learn-by-example/java/gradle-ci-pipeline.png b/images/learn-by-example/java/gradle-ci-pipeline.png index 48a931e69..6296e3e7b 100644 Binary files a/images/learn-by-example/java/gradle-ci-pipeline.png and b/images/learn-by-example/java/gradle-ci-pipeline.png differ diff --git a/images/learn-by-example/java/gradle-multistage.png b/images/learn-by-example/java/gradle-multistage.png index 2d5374ae0..aaae18a37 100644 Binary files a/images/learn-by-example/java/gradle-multistage.png and b/images/learn-by-example/java/gradle-multistage.png differ diff --git a/images/learn-by-example/java/nexus-browser.png b/images/learn-by-example/java/nexus-browser.png index 200b2af70..afa204f12 100644 Binary files a/images/learn-by-example/java/nexus-browser.png and b/images/learn-by-example/java/nexus-browser.png differ diff --git a/images/learn-by-example/java/nexus-credentials.png b/images/learn-by-example/java/nexus-credentials.png index db3094e44..5e8e8f364 100644 Binary files a/images/learn-by-example/java/nexus-credentials.png and b/images/learn-by-example/java/nexus-credentials.png differ diff --git a/images/learn-by-example/java/nexus-upload.png b/images/learn-by-example/java/nexus-upload.png index e66de5995..da3ccfa9b 100644 Binary files a/images/learn-by-example/java/nexus-upload.png and b/images/learn-by-example/java/nexus-upload.png differ diff --git a/images/learn-by-example/java/publish-jar-pipeline.png b/images/learn-by-example/java/publish-jar-pipeline.png index 96fc0101e..e4b274fe1 100644 Binary files a/images/learn-by-example/java/publish-jar-pipeline.png and b/images/learn-by-example/java/publish-jar-pipeline.png differ diff --git a/images/learn-by-example/java/spring-boot-docker-image.png b/images/learn-by-example/java/spring-boot-docker-image.png index 45c3b9dc8..6972a44fb 100644 Binary files a/images/learn-by-example/java/spring-boot-docker-image.png and b/images/learn-by-example/java/spring-boot-docker-image.png differ diff --git a/images/learn-by-example/java/spring-boot-steps.png b/images/learn-by-example/java/spring-boot-steps.png index 190e3e601..cb6e6e586 100644 Binary files a/images/learn-by-example/java/spring-boot-steps.png and b/images/learn-by-example/java/spring-boot-steps.png differ diff --git a/images/learn-by-example/java/spring-mvc-pipeline.png b/images/learn-by-example/java/spring-mvc-pipeline.png index 88023539f..7e043c4f4 100644 Binary files a/images/learn-by-example/java/spring-mvc-pipeline.png and b/images/learn-by-example/java/spring-mvc-pipeline.png differ diff --git a/images/learn-by-example/mobile/android-ci-pipeline.png b/images/learn-by-example/mobile/android-ci-pipeline.png index 67a6e0eff..da7c625ac 100644 Binary files a/images/learn-by-example/mobile/android-ci-pipeline.png and b/images/learn-by-example/mobile/android-ci-pipeline.png differ diff --git a/images/learn-by-example/nodejs/nodejs-pipeline.png b/images/learn-by-example/nodejs/nodejs-pipeline.png index 456a16fb3..0205f020a 100644 Binary files a/images/learn-by-example/nodejs/nodejs-pipeline.png and b/images/learn-by-example/nodejs/nodejs-pipeline.png differ diff --git a/images/learn-by-example/nodejs/react-pipeline-build.png b/images/learn-by-example/nodejs/react-pipeline-build.png index f7c88546d..1370a230f 100644 Binary files a/images/learn-by-example/nodejs/react-pipeline-build.png and b/images/learn-by-example/nodejs/react-pipeline-build.png differ diff --git a/images/learn-by-example/nodejs/react-pipeline-docker.png b/images/learn-by-example/nodejs/react-pipeline-docker.png index ec07e4902..e07f10557 100644 Binary files a/images/learn-by-example/nodejs/react-pipeline-docker.png and b/images/learn-by-example/nodejs/react-pipeline-docker.png differ diff --git a/images/learn-by-example/php/launch-docker-image.png b/images/learn-by-example/php/launch-docker-image.png index 283f46588..6071081d2 100644 Binary files a/images/learn-by-example/php/launch-docker-image.png and b/images/learn-by-example/php/launch-docker-image.png differ diff --git a/images/learn-by-example/php/php-cicd-pipeline.png b/images/learn-by-example/php/php-cicd-pipeline.png index 40171f0f0..9984b829f 100644 Binary files a/images/learn-by-example/php/php-cicd-pipeline.png and b/images/learn-by-example/php/php-cicd-pipeline.png differ diff --git a/images/learn-by-example/php/test-environment-url.png b/images/learn-by-example/php/test-environment-url.png index b0ec5092d..cc3eceb98 100644 Binary files a/images/learn-by-example/php/test-environment-url.png and b/images/learn-by-example/php/test-environment-url.png differ diff --git a/images/learn-by-example/php/test-environment.png b/images/learn-by-example/php/test-environment.png index 53f6fe805..8b2158f69 100644 Binary files a/images/learn-by-example/php/test-environment.png and b/images/learn-by-example/php/test-environment.png differ diff --git a/images/learn-by-example/python/python-build-test.png b/images/learn-by-example/python/python-build-test.png index f18af530a..b4c893c70 100644 Binary files a/images/learn-by-example/python/python-build-test.png and b/images/learn-by-example/python/python-build-test.png differ diff --git a/images/learn-by-example/python/python-test-build.png b/images/learn-by-example/python/python-test-build.png index 46cffdd8d..a110a9630 100644 Binary files a/images/learn-by-example/python/python-test-build.png and b/images/learn-by-example/python/python-test-build.png differ diff --git a/images/learn-by-example/ruby/environment.png b/images/learn-by-example/ruby/environment.png index c172c1262..9ec6bdff7 100644 Binary files a/images/learn-by-example/ruby/environment.png and b/images/learn-by-example/ruby/environment.png differ diff --git a/images/learn-by-example/ruby/images.png b/images/learn-by-example/ruby/images.png index 7b30b9826..6b5d08b54 100644 Binary files a/images/learn-by-example/ruby/images.png and b/images/learn-by-example/ruby/images.png differ diff --git a/images/learn-by-example/ruby/launch.png b/images/learn-by-example/ruby/launch.png index d47ef9767..bc6fcd90b 100644 Binary files a/images/learn-by-example/ruby/launch.png and b/images/learn-by-example/ruby/launch.png differ diff --git a/images/learn-by-example/ruby/layers.png b/images/learn-by-example/ruby/layers.png index 8a6ae67e7..dabe835ff 100644 Binary files a/images/learn-by-example/ruby/layers.png and b/images/learn-by-example/ruby/layers.png differ diff --git a/images/learn-by-example/ruby/preview.png b/images/learn-by-example/ruby/preview.png index 90de349c9..6b586163b 100644 Binary files a/images/learn-by-example/ruby/preview.png and b/images/learn-by-example/ruby/preview.png differ diff --git a/images/learn-by-example/rust/rust-pipeline.png b/images/learn-by-example/rust/rust-pipeline.png index 35ad4055a..7165c2c7a 100644 Binary files a/images/learn-by-example/rust/rust-pipeline.png and b/images/learn-by-example/rust/rust-pipeline.png differ diff --git a/images/limits.png b/images/limits.png index 28246362f..2c919818a 100644 Binary files a/images/limits.png and b/images/limits.png differ diff --git a/images/pipeline/badges/badge.png b/images/pipeline/badges/badge.png index 57e4f4380..ed21e0f8a 100644 Binary files a/images/pipeline/badges/badge.png and b/images/pipeline/badges/badge.png differ diff --git a/images/pipeline/badges/get-build-badge.png b/images/pipeline/badges/get-build-badge.png index 2c857fcc8..3a719fdb3 100644 Binary files a/images/pipeline/badges/get-build-badge.png and b/images/pipeline/badges/get-build-badge.png differ diff --git a/images/pipeline/badges/get-public-url.png b/images/pipeline/badges/get-public-url.png index 9fb28cc71..13baf0235 100644 Binary files a/images/pipeline/badges/get-public-url.png and b/images/pipeline/badges/get-public-url.png differ diff --git a/images/pipeline/badges/toggle-public-logs.png b/images/pipeline/badges/toggle-public-logs.png index fc6772621..b69b6992d 100644 Binary files a/images/pipeline/badges/toggle-public-logs.png and b/images/pipeline/badges/toggle-public-logs.png differ diff --git a/images/pipeline/badges/view-public-logs.png b/images/pipeline/badges/view-public-logs.png index 395c40467..0f4fb1833 100644 Binary files a/images/pipeline/badges/view-public-logs.png and b/images/pipeline/badges/view-public-logs.png differ diff --git a/images/pipeline/caching/cache-from.png b/images/pipeline/caching/cache-from.png index a817bcf17..b32fb7800 100644 Binary files a/images/pipeline/caching/cache-from.png and b/images/pipeline/caching/cache-from.png differ diff --git a/images/pipeline/caching/codefresh-shared-volume.png b/images/pipeline/caching/codefresh-shared-volume.png index 09d01f745..b1d64276f 100644 Binary files a/images/pipeline/caching/codefresh-shared-volume.png and b/images/pipeline/caching/codefresh-shared-volume.png differ diff --git a/images/pipeline/caching/concurrent-build-caching.png b/images/pipeline/caching/concurrent-build-caching.png index 28033b272..7899fe2ee 100644 Binary files a/images/pipeline/caching/concurrent-build-caching.png and b/images/pipeline/caching/concurrent-build-caching.png differ diff --git a/images/pipeline/caching/concurrent-build-caching.svg b/images/pipeline/caching/concurrent-build-caching.svg index 28499a9f0..4fbf2a6ff 100644 --- a/images/pipeline/caching/concurrent-build-caching.svg +++ b/images/pipeline/caching/concurrent-build-caching.svg @@ -1,904 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - Build 1 - - - - - - - - - - /codefresh/volume - - - - Pipeline volume cache - - - Save - Restore - - Allocate - Build 2 - - - - - - - - - - /codefresh/volume - - - Save - - Build 3 - - - - - - - - - - /codefresh/volume - - - Overwrite - - Allocate - - +Build 1/codefresh/volumePipeline volume cacheSaveRestoreAllocateBuild 2/codefresh/volumeSaveBuild 3/codefresh/volumeOverwriteAllocate \ No newline at end of file diff --git a/images/pipeline/caching/distributed-docker-layer-cache.png b/images/pipeline/caching/distributed-docker-layer-cache.png index 027511040..df96b62b8 100644 Binary files a/images/pipeline/caching/distributed-docker-layer-cache.png and b/images/pipeline/caching/distributed-docker-layer-cache.png differ diff --git a/images/pipeline/caching/distributed-layer-cache.png b/images/pipeline/caching/distributed-layer-cache.png index 456999365..19df8d81c 100644 Binary files a/images/pipeline/caching/distributed-layer-cache.png and b/images/pipeline/caching/distributed-layer-cache.png differ diff --git a/images/pipeline/caching/distributed-layer-cache.svg b/images/pipeline/caching/distributed-layer-cache.svg index f1304a097..5e1145951 100644 --- a/images/pipeline/caching/distributed-layer-cache.svg +++ b/images/pipeline/caching/distributed-layer-cache.svg @@ -1,648 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - Docker layer A - - - Build Node 5 - - - - Docker layer B - - - - Docker layer C - - - - Docker layer D - - - - - Docker layer X - - - - Build Node 23 - - - Docker layer Y - - - - Docker layer Z - - - Build Node 18 - - - - Shared Layer cache - - - - - - +Docker layer ABuild Node 5Docker layer BDocker layer CDocker layer DDocker layer XBuild Node 23Docker layer YDocker layer ZBuild Node 18Shared Layer cache \ No newline at end of file diff --git a/images/pipeline/caching/image-cache-hit.png b/images/pipeline/caching/image-cache-hit.png index 18ca7c894..38f4cc214 100644 Binary files a/images/pipeline/caching/image-cache-hit.png and b/images/pipeline/caching/image-cache-hit.png differ diff --git a/images/pipeline/caching/image-cache-miss.png b/images/pipeline/caching/image-cache-miss.png index 6b7c3c649..df8f79a67 100644 Binary files a/images/pipeline/caching/image-cache-miss.png and b/images/pipeline/caching/image-cache-miss.png differ diff --git a/images/pipeline/caching/image-caching.png b/images/pipeline/caching/image-caching.png index 6bfc6efa6..b9cd5208a 100644 Binary files a/images/pipeline/caching/image-caching.png and b/images/pipeline/caching/image-caching.png differ diff --git a/images/pipeline/caching/image-caching.svg b/images/pipeline/caching/image-caching.svg index b8abde7a1..2ec02208a 100644 --- a/images/pipeline/caching/image-caching.svg +++ b/images/pipeline/caching/image-caching.svg @@ -1,627 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - step 1 - cache hit - - step 2 - cache miss  - - step 3 - cache miss  - - 15s - First build - - - - - Shared image cache - - - - - Pull images - Restore images - 2min - 5min - step 1 - cache hit - - step 2 - cache hit  - - step 3 - cache hit  - - 15s - Second build - - - - 15s - 15s - - +step 1 - cache hitstep 2 - cache missstep 3 - cache miss15sFirst buildShared image cachePull imagesRestore images2min5minstep 1 - cache hitstep 2 - cache hitstep 3 - cache hit15sSecond build15s15s \ No newline at end of file diff --git a/images/pipeline/caching/no-distributed-layer-cache.png b/images/pipeline/caching/no-distributed-layer-cache.png index 8448ce6ab..39e08af66 100644 Binary files a/images/pipeline/caching/no-distributed-layer-cache.png and b/images/pipeline/caching/no-distributed-layer-cache.png differ diff --git a/images/pipeline/caching/no-distributed-layer-cache.svg b/images/pipeline/caching/no-distributed-layer-cache.svg index 5767fdb65..a8d5faba1 100644 --- a/images/pipeline/caching/no-distributed-layer-cache.svg +++ b/images/pipeline/caching/no-distributed-layer-cache.svg @@ -1,532 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - Docker layer A - - Build Node 5 - - - Docker layer B - - Docker layer C - - Docker layer D - - Docker layer X - - Build Node 23 - - Docker layer Y - - Docker layer Z - - Build Node 18 - - - +Docker layer ABuild Node 5Docker layer BDocker layer CDocker layer DDocker layer XBuild Node 23Docker layer YDocker layer ZBuild Node 18 \ No newline at end of file diff --git a/images/pipeline/caching/pipeline-volume-caching.png b/images/pipeline/caching/pipeline-volume-caching.png index 8f0cc93a3..2399b0453 100644 Binary files a/images/pipeline/caching/pipeline-volume-caching.png and b/images/pipeline/caching/pipeline-volume-caching.png differ diff --git a/images/pipeline/caching/pipeline-volume-caching.svg b/images/pipeline/caching/pipeline-volume-caching.svg index 1a78c6096..62574a1a7 100644 --- a/images/pipeline/caching/pipeline-volume-caching.svg +++ b/images/pipeline/caching/pipeline-volume-caching.svg @@ -1,1037 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - pipeline step A - - pipeline step B  - - pipeline step C  - - Build 1 - - - - - - - - - - - - /codefresh/volume - - - - - - Pipeline volume cache - - - - - pipeline step A - - pipeline step B  - - pipeline step C  - - Build 2 - - - - - - - - - - - - /codefresh/volume - - - - pipeline step A - - pipeline step B  - - pipeline step C  - - Build 3 - - - - - - - - - - - - /codefresh/volume - - - - - Save in cache - Save in cache - Restore - Restore - - Save in cache - - Allocate - - +pipeline step Apipeline step Bpipeline step CBuild 1/codefresh/volumePipeline volume cachepipeline step Apipeline step Bpipeline step CBuild 2/codefresh/volumepipeline step Apipeline step Bpipeline step CBuild 3/codefresh/volumeSave in cacheSave in cacheRestoreRestoreSave in cacheAllocate \ No newline at end of file diff --git a/images/pipeline/caching/skip-build.png b/images/pipeline/caching/skip-build.png index c68513825..7b28566b3 100644 Binary files a/images/pipeline/caching/skip-build.png and b/images/pipeline/caching/skip-build.png differ diff --git a/images/pipeline/create/add-pipeline-to-project.png b/images/pipeline/create/add-pipeline-to-project.png index 41fd8dd8f..d31c8786a 100644 Binary files a/images/pipeline/create/add-pipeline-to-project.png and b/images/pipeline/create/add-pipeline-to-project.png differ diff --git a/images/pipeline/create/concepts.png b/images/pipeline/create/concepts.png index e94df94d9..bb41e2a88 100644 Binary files a/images/pipeline/create/concepts.png and b/images/pipeline/create/concepts.png differ diff --git a/images/pipeline/create/concepts.svg b/images/pipeline/create/concepts.svg index 4e3237ad8..291dbf424 100644 --- a/images/pipeline/create/concepts.svg +++ b/images/pipeline/create/concepts.svg @@ -1,859 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - -   - step - - - -   - Project - - - -   - Trigger - -   - Trigger - - - - - Pipeline - - -   - codefresh.yml - - - - -   - step - - - -   - step - - - -   - step - - - -   - Trigger - -   - Trigger - - - - - Pipeline - - -   - codefresh.yml - - - -   - step - - - -   - step - - - - - - - - - +stepProjectTriggerTriggerPipelinecodefresh.ymlstepstepstepTriggerTriggerPipelinecodefresh.ymlstepstep \ No newline at end of file diff --git a/images/pipeline/create/create-template-menu.png b/images/pipeline/create/create-template-menu.png index 7914b9a88..a2ccd56b8 100644 Binary files a/images/pipeline/create/create-template-menu.png and b/images/pipeline/create/create-template-menu.png differ diff --git a/images/pipeline/create/custom-yml.png b/images/pipeline/create/custom-yml.png index 925d9ad8a..e847adbdc 100644 Binary files a/images/pipeline/create/custom-yml.png and b/images/pipeline/create/custom-yml.png differ diff --git a/images/pipeline/create/editor.png b/images/pipeline/create/editor.png index cea04bef5..4cae1a3c5 100644 Binary files a/images/pipeline/create/editor.png and b/images/pipeline/create/editor.png differ diff --git a/images/pipeline/create/external-resources.png b/images/pipeline/create/external-resources.png index 559439dc4..3e2c42efc 100644 Binary files a/images/pipeline/create/external-resources.png and b/images/pipeline/create/external-resources.png differ diff --git a/images/pipeline/create/inline-editor.png b/images/pipeline/create/inline-editor.png index 94c821666..e730cd4a2 100644 Binary files a/images/pipeline/create/inline-editor.png and b/images/pipeline/create/inline-editor.png differ diff --git a/images/pipeline/create/pipeline-from-internal-repo.png b/images/pipeline/create/pipeline-from-internal-repo.png index 29d47914f..b51d5c3f2 100644 Binary files a/images/pipeline/create/pipeline-from-internal-repo.png and b/images/pipeline/create/pipeline-from-internal-repo.png differ diff --git a/images/pipeline/create/pipeline-manager.png b/images/pipeline/create/pipeline-manager.png index 0018fa70f..51414aa15 100644 Binary files a/images/pipeline/create/pipeline-manager.png and b/images/pipeline/create/pipeline-manager.png differ diff --git a/images/pipeline/create/pipelines-from-repository.png b/images/pipeline/create/pipelines-from-repository.png index b1205e539..c629690af 100644 Binary files a/images/pipeline/create/pipelines-from-repository.png and b/images/pipeline/create/pipelines-from-repository.png differ diff --git a/images/pipeline/create/pipelines-no-repository.png b/images/pipeline/create/pipelines-no-repository.png index 7b9c7e39c..64baa91db 100644 Binary files a/images/pipeline/create/pipelines-no-repository.png and b/images/pipeline/create/pipelines-no-repository.png differ diff --git a/images/pipeline/create/predefined-steps.png b/images/pipeline/create/predefined-steps.png index 15a6939dd..1ae4aa571 100644 Binary files a/images/pipeline/create/predefined-steps.png and b/images/pipeline/create/predefined-steps.png differ diff --git a/images/pipeline/create/restrict-parallelism.png b/images/pipeline/create/restrict-parallelism.png index d6c3c6134..da4beaabc 100644 Binary files a/images/pipeline/create/restrict-parallelism.png and b/images/pipeline/create/restrict-parallelism.png differ diff --git a/images/pipeline/create/template-dialog.png b/images/pipeline/create/template-dialog.png index b359eea2c..02aa267e6 100644 Binary files a/images/pipeline/create/template-dialog.png and b/images/pipeline/create/template-dialog.png differ diff --git a/images/pipeline/create/template-tag.png b/images/pipeline/create/template-tag.png index bd950367a..d72ca6ea1 100644 Binary files a/images/pipeline/create/template-tag.png and b/images/pipeline/create/template-tag.png differ diff --git a/images/pipeline/create/use-template.png b/images/pipeline/create/use-template.png index 1eaa5ccc8..ad3a85887 100644 Binary files a/images/pipeline/create/use-template.png and b/images/pipeline/create/use-template.png differ diff --git a/images/pipeline/debug/alternative-debugger.png b/images/pipeline/debug/alternative-debugger.png index a8ba1f940..3cf1b33f3 100644 Binary files a/images/pipeline/debug/alternative-debugger.png and b/images/pipeline/debug/alternative-debugger.png differ diff --git a/images/pipeline/debug/breakpoint.png b/images/pipeline/debug/breakpoint.png index c60a2adcf..50f2344fc 100644 Binary files a/images/pipeline/debug/breakpoint.png and b/images/pipeline/debug/breakpoint.png differ diff --git a/images/pipeline/debug/debug-session.png b/images/pipeline/debug/debug-session.png index c544385bb..fb2814495 100644 Binary files a/images/pipeline/debug/debug-session.png and b/images/pipeline/debug/debug-session.png differ diff --git a/images/pipeline/debug/debug-window.png b/images/pipeline/debug/debug-window.png index a55951123..d810b0cf4 100644 Binary files a/images/pipeline/debug/debug-window.png and b/images/pipeline/debug/debug-window.png differ diff --git a/images/pipeline/debug/enter-debug-mode.png b/images/pipeline/debug/enter-debug-mode.png index da99671d5..ec519812a 100644 Binary files a/images/pipeline/debug/enter-debug-mode.png and b/images/pipeline/debug/enter-debug-mode.png differ diff --git a/images/pipeline/debug/restart-in-debug.png b/images/pipeline/debug/restart-in-debug.png index b663c547f..6abcfa993 100644 Binary files a/images/pipeline/debug/restart-in-debug.png and b/images/pipeline/debug/restart-in-debug.png differ diff --git a/images/pipeline/debug/resume-button.png b/images/pipeline/debug/resume-button.png index f2b49f1c4..9ff29df0c 100644 Binary files a/images/pipeline/debug/resume-button.png and b/images/pipeline/debug/resume-button.png differ diff --git a/images/pipeline/debug/run-pipeline-debug.png b/images/pipeline/debug/run-pipeline-debug.png index 6299efe9e..8aca76f08 100644 Binary files a/images/pipeline/debug/run-pipeline-debug.png and b/images/pipeline/debug/run-pipeline-debug.png differ diff --git a/images/pipeline/introduction/call-pipeline.png b/images/pipeline/introduction/call-pipeline.png index 2c09280ae..4785bd4b2 100644 Binary files a/images/pipeline/introduction/call-pipeline.png and b/images/pipeline/introduction/call-pipeline.png differ diff --git a/images/pipeline/introduction/call-pipeline.svg b/images/pipeline/introduction/call-pipeline.svg index 3253743bb..4f728bb26 100644 --- a/images/pipeline/introduction/call-pipeline.svg +++ b/images/pipeline/introduction/call-pipeline.svg @@ -1,796 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - step 1 - - step 2 - - codefresh run pipeline_2 - - - container 1 - - - - container 2 - - - - codefresh-cli - - - Codefresh Pipeline 1 - DockerBuild Context - - - - - - - - - - - - - - volume 1 - - - - step 1 - - step 2 - - - container 1 - - - - container 2 - - - Codefresh Pipeline 2 - DockerBuild Context - - - - - - - - - - - - volume 2 - - - - - - - +step 1step 2codefresh run pipeline_2container 1container 2codefresh-cliCodefresh Pipeline 1DockerBuild Contextvolume 1step 1step 2container 1container 2Codefresh Pipeline 2DockerBuild Contextvolume 2 \ No newline at end of file diff --git a/images/pipeline/introduction/checkout.png b/images/pipeline/introduction/checkout.png index 56ddade50..073ef0a73 100644 Binary files a/images/pipeline/introduction/checkout.png and b/images/pipeline/introduction/checkout.png differ diff --git a/images/pipeline/introduction/checkout.svg b/images/pipeline/introduction/checkout.svg index 166e991a8..5bee6fa09 100644 --- a/images/pipeline/introduction/checkout.svg +++ b/images/pipeline/introduction/checkout.svg @@ -1,376 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - /codefresh/volume - my-git-project - file 1 - file 2 - file 2 - - - DefaultWorking directory - - - - - - - +/codefresh/volumemy-git-projectfile 1file 2file 2DefaultWorking directory \ No newline at end of file diff --git a/images/pipeline/introduction/codefresh-volume-example1.png b/images/pipeline/introduction/codefresh-volume-example1.png index 74f325876..cb3a94ffd 100644 Binary files a/images/pipeline/introduction/codefresh-volume-example1.png and b/images/pipeline/introduction/codefresh-volume-example1.png differ diff --git a/images/pipeline/introduction/codefresh-volume-example1.svg b/images/pipeline/introduction/codefresh-volume-example1.svg index 697e706dc..a65049ec3 100644 --- a/images/pipeline/introduction/codefresh-volume-example1.svg +++ b/images/pipeline/introduction/codefresh-volume-example1.svg @@ -1,424 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - npm install - - npm test - - node:9-alpine - - - my-node:1.0 - - - Codefresh Pipeline - DockerBuild Context - - - - - - - - - - - - - /codefresh/volume - - - store node_modules - read node_modules - - +npm installnpm testnode:9-alpinemy-node:1.0Codefresh PipelineDockerBuild Context/codefresh/volumestore node_modulesread node_modules \ No newline at end of file diff --git a/images/pipeline/introduction/codefresh-volume-example2.png b/images/pipeline/introduction/codefresh-volume-example2.png index 545f40b6b..f67ae647b 100644 Binary files a/images/pipeline/introduction/codefresh-volume-example2.png and b/images/pipeline/introduction/codefresh-volume-example2.png differ diff --git a/images/pipeline/introduction/codefresh-volume-example2.svg b/images/pipeline/introduction/codefresh-volume-example2.svg index a10ad5f95..811ac59c3 100644 --- a/images/pipeline/introduction/codefresh-volume-example2.svg +++ b/images/pipeline/introduction/codefresh-volume-example2.svg @@ -1,420 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - mvn test - - lftp ... - - maven:3.5.2 - - docker-lftp:1.0 - - Codefresh Pipeline - DockerBuild Context - - - - - - - - - - - - - /codefresh/volume - - - store surefire reports - read surefire_reports - - +mvn testlftp ...maven:3.5.2docker-lftp:1.0Codefresh PipelineDockerBuild Context/codefresh/volumestore surefire reportsread surefire_reports \ No newline at end of file diff --git a/images/pipeline/introduction/codefresh-volume.png b/images/pipeline/introduction/codefresh-volume.png index 92d5506aa..fd1ecb0f5 100644 Binary files a/images/pipeline/introduction/codefresh-volume.png and b/images/pipeline/introduction/codefresh-volume.png differ diff --git a/images/pipeline/introduction/codefresh-volume.svg b/images/pipeline/introduction/codefresh-volume.svg index 0e12b3840..021b3b391 100644 --- a/images/pipeline/introduction/codefresh-volume.svg +++ b/images/pipeline/introduction/codefresh-volume.svg @@ -1,525 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - step 1 - - step 2 - - step 3 - - - container 1 - - - - container 2 - - - - container 3 - - - Codefresh Pipeline - DockerBuild Context - - - - - - - step 4 - - - container 4 - - - - - - - - - - - - - /codefresh/volume - - - - - - +step 1step 2step 3container 1container 2container 3Codefresh PipelineDockerBuild Contextstep 4container 4/codefresh/volume \ No newline at end of file diff --git a/images/pipeline/introduction/dynamic-docker-builds.png b/images/pipeline/introduction/dynamic-docker-builds.png index 701f8d0db..c5050e9ce 100644 Binary files a/images/pipeline/introduction/dynamic-docker-builds.png and b/images/pipeline/introduction/dynamic-docker-builds.png differ diff --git a/images/pipeline/introduction/dynamic-docker-builds.svg b/images/pipeline/introduction/dynamic-docker-builds.svg index 0ba5cac3c..28f9d821e 100644 --- a/images/pipeline/introduction/dynamic-docker-builds.svg +++ b/images/pipeline/introduction/dynamic-docker-builds.svg @@ -1,552 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - build step - - freestyle step 1 - - freestyle step 2 - - - custom-py:1.0 - - - - rails:2.6.0 - - - custom-py:1.0 - - Codefresh Pipeline - DockerBuild Context - - - - - Dockerregistry - - - - push - pull - - +build stepfreestyle step 1freestyle step 2custom-py:1.0rails:2.6.0custom-py:1.0Codefresh PipelineDockerBuild ContextDockerregistrypushpull \ No newline at end of file diff --git a/images/pipeline/introduction/steps-example1.png b/images/pipeline/introduction/steps-example1.png index a64cbf581..8e1a2fd5f 100644 Binary files a/images/pipeline/introduction/steps-example1.png and b/images/pipeline/introduction/steps-example1.png differ diff --git a/images/pipeline/introduction/steps-example1.svg b/images/pipeline/introduction/steps-example1.svg index e9c344aae..048ff7b6c 100644 --- a/images/pipeline/introduction/steps-example1.svg +++ b/images/pipeline/introduction/steps-example1.svg @@ -1,341 +1 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - npm installnpm test - - - - aws s3 sync . s3://mybucket - - - - push chart - - - - node:9-alpine - - - - - aws-cli:latest - - - - - - cf-helm:2.9 - - - - Codefresh Pipeline - DockerBuild Context - - Step - Step - Step - - - - - - - +npm installnpm testaws s3 sync . s3://mybucketpush chartnode:9-alpineaws-cli:latestcf-helm:2.9Codefresh PipelineDockerBuild ContextStepStepStep \ No newline at end of file diff --git a/images/pipeline/introduction/steps-example2.png b/images/pipeline/introduction/steps-example2.png index f23314ae4..e028bedc7 100644 Binary files a/images/pipeline/introduction/steps-example2.png and b/images/pipeline/introduction/steps-example2.png differ diff --git a/images/pipeline/introduction/steps-example2.svg b/images/pipeline/introduction/steps-example2.svg index a2742d818..c74d81d76 100644 --- a/images/pipeline/introduction/steps-example2.svg +++ b/images/pipeline/introduction/steps-example2.svg @@ -1,443 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - mvn package - - - - tf apply ... - - - - cfecs-update ... - - - - maven:3.5.2 - - - - - terraform:light - - - - - - - cf-deploy-ecs:1.0 - - - - - Codefresh Pipeline - DockerBuild Context - - Step - Step - Step - - - - - - lftp .. - - - - - docker-lftp:1.0 - - - - - Step - - - - +mvn packagetf apply ...cfecs-update ...maven:3.5.2terraform:lightcf-deploy-ecs:1.0Codefresh PipelineDockerBuild ContextStepStepSteplftp ..docker-lftp:1.0Step \ No newline at end of file diff --git a/images/pipeline/monitoring/build-badge.png b/images/pipeline/monitoring/build-badge.png index a69bff756..5c65ccec8 100644 Binary files a/images/pipeline/monitoring/build-badge.png and b/images/pipeline/monitoring/build-badge.png differ diff --git a/images/pipeline/monitoring/build-details-entry.png b/images/pipeline/monitoring/build-details-entry.png index 611fe317d..cc9a33edc 100644 Binary files a/images/pipeline/monitoring/build-details-entry.png and b/images/pipeline/monitoring/build-details-entry.png differ diff --git a/images/pipeline/monitoring/build-filter-date.png b/images/pipeline/monitoring/build-filter-date.png index 2e2d1959a..982df41e6 100644 Binary files a/images/pipeline/monitoring/build-filter-date.png and b/images/pipeline/monitoring/build-filter-date.png differ diff --git a/images/pipeline/monitoring/build-filtering.png b/images/pipeline/monitoring/build-filtering.png index 7111a0a97..2ba22bb40 100644 Binary files a/images/pipeline/monitoring/build-filtering.png and b/images/pipeline/monitoring/build-filtering.png differ diff --git a/images/pipeline/monitoring/build-logs.png b/images/pipeline/monitoring/build-logs.png index 46719e8f5..dbb0bdd3c 100644 Binary files a/images/pipeline/monitoring/build-logs.png and b/images/pipeline/monitoring/build-logs.png differ diff --git a/images/pipeline/monitoring/build-view-selection.png b/images/pipeline/monitoring/build-view-selection.png index de81d11fc..2d4452946 100644 Binary files a/images/pipeline/monitoring/build-view-selection.png and b/images/pipeline/monitoring/build-view-selection.png differ diff --git a/images/pipeline/monitoring/builds-dashboard.png b/images/pipeline/monitoring/builds-dashboard.png index 18ebdcf5e..551e2eac4 100644 Binary files a/images/pipeline/monitoring/builds-dashboard.png and b/images/pipeline/monitoring/builds-dashboard.png differ diff --git a/images/pipeline/monitoring/child-parent-build-info.png b/images/pipeline/monitoring/child-parent-build-info.png new file mode 100644 index 000000000..4558a5a8a Binary files /dev/null and b/images/pipeline/monitoring/child-parent-build-info.png differ diff --git a/images/pipeline/monitoring/icon-child-build.png b/images/pipeline/monitoring/icon-child-build.png new file mode 100644 index 000000000..6973f9af4 Binary files /dev/null and b/images/pipeline/monitoring/icon-child-build.png differ diff --git a/images/pipeline/monitoring/pipeline-metrics.png b/images/pipeline/monitoring/pipeline-metrics.png index 3a7752386..065b1aa67 100644 Binary files a/images/pipeline/monitoring/pipeline-metrics.png and b/images/pipeline/monitoring/pipeline-metrics.png differ diff --git a/images/pipeline/monitoring/pipeline-view.png b/images/pipeline/monitoring/pipeline-view.png index ae7acacb4..820ca38a9 100644 Binary files a/images/pipeline/monitoring/pipeline-view.png and b/images/pipeline/monitoring/pipeline-view.png differ diff --git a/images/pipeline/monitoring/possible-filters.png b/images/pipeline/monitoring/possible-filters.png index 476151ba7..dafb7375a 100644 Binary files a/images/pipeline/monitoring/possible-filters.png and b/images/pipeline/monitoring/possible-filters.png differ diff --git a/images/pipeline/monitoring/quick-pipeline-metrics.png b/images/pipeline/monitoring/quick-pipeline-metrics.png index 59f758889..08fa68083 100644 Binary files a/images/pipeline/monitoring/quick-pipeline-metrics.png and b/images/pipeline/monitoring/quick-pipeline-metrics.png differ diff --git a/images/pipeline/monitoring/report-notification-checkbox.png b/images/pipeline/monitoring/report-notification-checkbox.png index ef92dce20..ab6bacf15 100644 Binary files a/images/pipeline/monitoring/report-notification-checkbox.png and b/images/pipeline/monitoring/report-notification-checkbox.png differ diff --git a/images/pipeline/monitoring/restart-failed.png b/images/pipeline/monitoring/restart-failed.png index f114e3695..0c3e58697 100644 Binary files a/images/pipeline/monitoring/restart-failed.png and b/images/pipeline/monitoring/restart-failed.png differ diff --git a/images/pipeline/monitoring/restart-pipeline.png b/images/pipeline/monitoring/restart-pipeline.png index d5018e4b5..9c1e68795 100644 Binary files a/images/pipeline/monitoring/restart-pipeline.png and b/images/pipeline/monitoring/restart-pipeline.png differ diff --git a/images/pipeline/monitoring/restart-step.png b/images/pipeline/monitoring/restart-step.png index 1c823f739..c81e74a5e 100644 Binary files a/images/pipeline/monitoring/restart-step.png and b/images/pipeline/monitoring/restart-step.png differ diff --git a/images/pipeline/monitoring/show-yaml.png b/images/pipeline/monitoring/show-yaml.png index 235d9f41c..ffca83bf2 100644 Binary files a/images/pipeline/monitoring/show-yaml.png and b/images/pipeline/monitoring/show-yaml.png differ diff --git a/images/pipeline/monitoring/step-state.png b/images/pipeline/monitoring/step-state.png index 48aa42d99..0eb352e91 100644 Binary files a/images/pipeline/monitoring/step-state.png and b/images/pipeline/monitoring/step-state.png differ diff --git a/images/pipeline/monitoring/step-status-approved.png b/images/pipeline/monitoring/step-status-approved.png new file mode 100644 index 000000000..a6b1048de Binary files /dev/null and b/images/pipeline/monitoring/step-status-approved.png differ diff --git a/images/pipeline/monitoring/step-status-denied.png b/images/pipeline/monitoring/step-status-denied.png new file mode 100644 index 000000000..56b962ce5 Binary files /dev/null and b/images/pipeline/monitoring/step-status-denied.png differ diff --git a/images/pipeline/monitoring/step-status-error.png b/images/pipeline/monitoring/step-status-error.png new file mode 100644 index 000000000..fe591e40c Binary files /dev/null and b/images/pipeline/monitoring/step-status-error.png differ diff --git a/images/pipeline/monitoring/step-status-running-debug.png b/images/pipeline/monitoring/step-status-running-debug.png new file mode 100644 index 000000000..8175de430 Binary files /dev/null and b/images/pipeline/monitoring/step-status-running-debug.png differ diff --git a/images/pipeline/monitoring/step-status-running.png b/images/pipeline/monitoring/step-status-running.png new file mode 100644 index 000000000..0761f1211 Binary files /dev/null and b/images/pipeline/monitoring/step-status-running.png differ diff --git a/images/pipeline/monitoring/step-status-success.gif b/images/pipeline/monitoring/step-status-success.gif new file mode 100644 index 000000000..53cb7ace6 Binary files /dev/null and b/images/pipeline/monitoring/step-status-success.gif differ diff --git a/images/pipeline/monitoring/step-status-success.png b/images/pipeline/monitoring/step-status-success.png new file mode 100644 index 000000000..6303d1b1c Binary files /dev/null and b/images/pipeline/monitoring/step-status-success.png differ diff --git a/images/pipeline/monitoring/step-status-terminated.png b/images/pipeline/monitoring/step-status-terminated.png new file mode 100644 index 000000000..c30bc4493 Binary files /dev/null and b/images/pipeline/monitoring/step-status-terminated.png differ diff --git a/images/pipeline/monitoring/step-status-terminating.png b/images/pipeline/monitoring/step-status-terminating.png new file mode 100644 index 000000000..f38ebcdf7 Binary files /dev/null and b/images/pipeline/monitoring/step-status-terminating.png differ diff --git a/images/pipeline/monitoring/view-pipeline-state.png b/images/pipeline/monitoring/view-pipeline-state.png index 62c0b9b80..7d2cfefa1 100644 Binary files a/images/pipeline/monitoring/view-pipeline-state.png and b/images/pipeline/monitoring/view-pipeline-state.png differ diff --git a/images/pipeline/monitoring/view-pipeline-yaml.png b/images/pipeline/monitoring/view-pipeline-yaml.png index 943f85af4..ea2c83147 100644 Binary files a/images/pipeline/monitoring/view-pipeline-yaml.png and b/images/pipeline/monitoring/view-pipeline-yaml.png differ diff --git a/images/pipeline/monitoring/yaml-from-step.png b/images/pipeline/monitoring/yaml-from-step.png index 997ebb580..d1304db7f 100644 Binary files a/images/pipeline/monitoring/yaml-from-step.png and b/images/pipeline/monitoring/yaml-from-step.png differ diff --git a/images/pipeline/plugin-directory.png b/images/pipeline/plugin-directory.png index 56a1c4eb8..77c677bee 100644 Binary files a/images/pipeline/plugin-directory.png and b/images/pipeline/plugin-directory.png differ diff --git a/images/pipeline/plugin-example.png b/images/pipeline/plugin-example.png index 0029bfc71..5f8003c02 100644 Binary files a/images/pipeline/plugin-example.png and b/images/pipeline/plugin-example.png differ diff --git a/images/pipeline/secrets/lock-icon.png b/images/pipeline/secrets/lock-icon.png index 07d49078a..42141f108 100644 Binary files a/images/pipeline/secrets/lock-icon.png and b/images/pipeline/secrets/lock-icon.png differ diff --git a/images/pipeline/secrets/secrets-pipeline-var.png b/images/pipeline/secrets/secrets-pipeline-var.png index 1aeaf15d4..7a6585c96 100644 Binary files a/images/pipeline/secrets/secrets-pipeline-var.png and b/images/pipeline/secrets/secrets-pipeline-var.png differ diff --git a/images/pipeline/shared-configuration/environment-variables.png b/images/pipeline/shared-configuration/environment-variables.png index fdcfc4b0b..3b0752bfd 100644 Binary files a/images/pipeline/shared-configuration/environment-variables.png and b/images/pipeline/shared-configuration/environment-variables.png differ diff --git a/images/pipeline/shared-configuration/helm-import.png b/images/pipeline/shared-configuration/helm-import.png index 215725a66..c40d2264b 100644 Binary files a/images/pipeline/shared-configuration/helm-import.png and b/images/pipeline/shared-configuration/helm-import.png differ diff --git a/images/pipeline/shared-configuration/helm-shared-variables.png b/images/pipeline/shared-configuration/helm-shared-variables.png index 7aef4cb63..11a6c9e3b 100644 Binary files a/images/pipeline/shared-configuration/helm-shared-variables.png and b/images/pipeline/shared-configuration/helm-shared-variables.png differ diff --git a/images/pipeline/shared-configuration/helm-version-shared.png b/images/pipeline/shared-configuration/helm-version-shared.png index f881bf241..b4a481441 100644 Binary files a/images/pipeline/shared-configuration/helm-version-shared.png and b/images/pipeline/shared-configuration/helm-version-shared.png differ diff --git a/images/pipeline/shared-configuration/import-variables.png b/images/pipeline/shared-configuration/import-variables.png index eae77e26d..1c03825e1 100644 Binary files a/images/pipeline/shared-configuration/import-variables.png and b/images/pipeline/shared-configuration/import-variables.png differ diff --git a/images/pipeline/shared-configuration/shared-conf-secret-integration.png b/images/pipeline/shared-configuration/shared-conf-secret-integration.png index 436ce5c24..ea67c4397 100644 Binary files a/images/pipeline/shared-configuration/shared-conf-secret-integration.png and b/images/pipeline/shared-configuration/shared-conf-secret-integration.png differ diff --git a/images/pipeline/shared-configuration/shared-config-access.png b/images/pipeline/shared-configuration/shared-config-access.png index e7c9fc251..389328d85 100644 Binary files a/images/pipeline/shared-configuration/shared-config-access.png and b/images/pipeline/shared-configuration/shared-config-access.png differ diff --git a/images/pipeline/shared-configuration/shared-configuration.png b/images/pipeline/shared-configuration/shared-configuration.png index b2c24d564..992becb10 100644 Binary files a/images/pipeline/shared-configuration/shared-configuration.png and b/images/pipeline/shared-configuration/shared-configuration.png differ diff --git a/images/pipeline/shared-configuration/shared-helm-variables.png b/images/pipeline/shared-configuration/shared-helm-variables.png index c8f56031c..07dfbedc8 100644 Binary files a/images/pipeline/shared-configuration/shared-helm-variables.png and b/images/pipeline/shared-configuration/shared-helm-variables.png differ diff --git a/images/pipeline/shared-configuration/shared-yaml.png b/images/pipeline/shared-configuration/shared-yaml.png index 5f733e4d4..8364cb69c 100644 Binary files a/images/pipeline/shared-configuration/shared-yaml.png and b/images/pipeline/shared-configuration/shared-yaml.png differ diff --git a/images/pipeline/test-reports/cloud-storage-azure.png b/images/pipeline/test-reports/cloud-storage-azure.png index 1d0b8fb30..11a7ad712 100644 Binary files a/images/pipeline/test-reports/cloud-storage-azure.png and b/images/pipeline/test-reports/cloud-storage-azure.png differ diff --git a/images/pipeline/test-reports/cloud-storage-google.png b/images/pipeline/test-reports/cloud-storage-google.png index 45bbfd24a..f8e32fb58 100644 Binary files a/images/pipeline/test-reports/cloud-storage-google.png and b/images/pipeline/test-reports/cloud-storage-google.png differ diff --git a/images/pipeline/test-reports/cloud-storage-integrations.png b/images/pipeline/test-reports/cloud-storage-integrations.png index eedf9dbd5..a6bc47570 100644 Binary files a/images/pipeline/test-reports/cloud-storage-integrations.png and b/images/pipeline/test-reports/cloud-storage-integrations.png differ diff --git a/images/pipeline/test-reports/cloud-storage-minio.png b/images/pipeline/test-reports/cloud-storage-minio.png index b0d0f9c52..ee0615618 100644 Binary files a/images/pipeline/test-reports/cloud-storage-minio.png and b/images/pipeline/test-reports/cloud-storage-minio.png differ diff --git a/images/pipeline/test-reports/cloud-storage-s3.png b/images/pipeline/test-reports/cloud-storage-s3.png index 4faddf5cf..84f32d7bb 100644 Binary files a/images/pipeline/test-reports/cloud-storage-s3.png and b/images/pipeline/test-reports/cloud-storage-s3.png differ diff --git a/images/pipeline/test-reports/mocha-tests.png b/images/pipeline/test-reports/mocha-tests.png index 5c5cdfc2e..408f531a9 100644 Binary files a/images/pipeline/test-reports/mocha-tests.png and b/images/pipeline/test-reports/mocha-tests.png differ diff --git a/images/pipeline/test-reports/multiple-test-reports.png b/images/pipeline/test-reports/multiple-test-reports.png index 4aeeaf610..acc7d08f8 100644 Binary files a/images/pipeline/test-reports/multiple-test-reports.png and b/images/pipeline/test-reports/multiple-test-reports.png differ diff --git a/images/pipeline/test-reports/sample-test-report.png b/images/pipeline/test-reports/sample-test-report.png index b458b8301..3c864977c 100644 Binary files a/images/pipeline/test-reports/sample-test-report.png and b/images/pipeline/test-reports/sample-test-report.png differ diff --git a/images/pipeline/test-reports/test-report-button.png b/images/pipeline/test-reports/test-report-button.png index e9ceaeb08..9480d0040 100644 Binary files a/images/pipeline/test-reports/test-report-button.png and b/images/pipeline/test-reports/test-report-button.png differ diff --git a/images/pipeline/triggers/add-git-trigger.png b/images/pipeline/triggers/add-git-trigger.png index be4a1c6e1..37b9233a3 100644 Binary files a/images/pipeline/triggers/add-git-trigger.png and b/images/pipeline/triggers/add-git-trigger.png differ diff --git a/images/pipeline/triggers/add-trigger-dialog.png b/images/pipeline/triggers/add-trigger-dialog.png index 77eeafef6..20e44a90a 100644 Binary files a/images/pipeline/triggers/add-trigger-dialog.png and b/images/pipeline/triggers/add-trigger-dialog.png differ diff --git a/images/pipeline/triggers/advanced-options.png b/images/pipeline/triggers/advanced-options.png index 6d1a40790..e487792e9 100644 Binary files a/images/pipeline/triggers/advanced-options.png and b/images/pipeline/triggers/advanced-options.png differ diff --git a/images/pipeline/triggers/azure/add-trigger-dialog.png b/images/pipeline/triggers/azure/add-trigger-dialog.png index 806e0bfdd..212fddd16 100644 Binary files a/images/pipeline/triggers/azure/add-trigger-dialog.png and b/images/pipeline/triggers/azure/add-trigger-dialog.png differ diff --git a/images/pipeline/triggers/azure/view-trigger-dialog.png b/images/pipeline/triggers/azure/view-trigger-dialog.png index 5dba1e941..027151ea1 100644 Binary files a/images/pipeline/triggers/azure/view-trigger-dialog.png and b/images/pipeline/triggers/azure/view-trigger-dialog.png differ diff --git a/images/pipeline/triggers/configure-filter-settings.png b/images/pipeline/triggers/configure-filter-settings.png index 3f11139e7..616f78c48 100644 Binary files a/images/pipeline/triggers/configure-filter-settings.png and b/images/pipeline/triggers/configure-filter-settings.png differ diff --git a/images/pipeline/triggers/default-git-trigger.png b/images/pipeline/triggers/default-git-trigger.png index 55beb4851..3e38bf414 100644 Binary files a/images/pipeline/triggers/default-git-trigger.png and b/images/pipeline/triggers/default-git-trigger.png differ diff --git a/images/pipeline/triggers/dockerhub/dockerhub_trigger_1.png b/images/pipeline/triggers/dockerhub/dockerhub_trigger_1.png index 1888dc6e9..a0ff9a14a 100644 Binary files a/images/pipeline/triggers/dockerhub/dockerhub_trigger_1.png and b/images/pipeline/triggers/dockerhub/dockerhub_trigger_1.png differ diff --git a/images/pipeline/triggers/dockerhub/dockerhub_trigger_2.png b/images/pipeline/triggers/dockerhub/dockerhub_trigger_2.png index e945cc983..8a335b6c7 100644 Binary files a/images/pipeline/triggers/dockerhub/dockerhub_trigger_2.png and b/images/pipeline/triggers/dockerhub/dockerhub_trigger_2.png differ diff --git a/images/pipeline/triggers/enable-triggers.png b/images/pipeline/triggers/enable-triggers.png index 047250b8a..9af48ee17 100644 Binary files a/images/pipeline/triggers/enable-triggers.png and b/images/pipeline/triggers/enable-triggers.png differ diff --git a/images/pipeline/triggers/jfrog/configure-artifactory.png b/images/pipeline/triggers/jfrog/configure-artifactory.png index 8bfb0d6ad..1b6f0b0af 100644 Binary files a/images/pipeline/triggers/jfrog/configure-artifactory.png and b/images/pipeline/triggers/jfrog/configure-artifactory.png differ diff --git a/images/pipeline/triggers/jfrog/configure-trigger.png b/images/pipeline/triggers/jfrog/configure-trigger.png index 2a5e3c0b0..915036ec4 100644 Binary files a/images/pipeline/triggers/jfrog/configure-trigger.png and b/images/pipeline/triggers/jfrog/configure-trigger.png differ diff --git a/images/pipeline/triggers/jfrog/view-trigger-dialog.png b/images/pipeline/triggers/jfrog/view-trigger-dialog.png index 395427057..581f30bdd 100644 Binary files a/images/pipeline/triggers/jfrog/view-trigger-dialog.png and b/images/pipeline/triggers/jfrog/view-trigger-dialog.png differ diff --git a/images/pipeline/triggers/monorepo-pipelines.png b/images/pipeline/triggers/monorepo-pipelines.png index 77a775361..c5b0bd670 100644 Binary files a/images/pipeline/triggers/monorepo-pipelines.png and b/images/pipeline/triggers/monorepo-pipelines.png differ diff --git a/images/pipeline/triggers/monorepo.png b/images/pipeline/triggers/monorepo.png index c88c8e234..a7d279c68 100644 Binary files a/images/pipeline/triggers/monorepo.png and b/images/pipeline/triggers/monorepo.png differ diff --git a/images/pipeline/triggers/pipeline-examples.png b/images/pipeline/triggers/pipeline-examples.png index 7ee4ce8f2..e80204ee3 100644 Binary files a/images/pipeline/triggers/pipeline-examples.png and b/images/pipeline/triggers/pipeline-examples.png differ diff --git a/images/pipeline/triggers/pr-from-fork.png b/images/pipeline/triggers/pr-from-fork.png index 3f0e4dbb0..8d790d016 100644 Binary files a/images/pipeline/triggers/pr-from-fork.png and b/images/pipeline/triggers/pr-from-fork.png differ diff --git a/images/pipeline/triggers/quay/add-quay-notification.png b/images/pipeline/triggers/quay/add-quay-notification.png index 6ca9f643b..37bfaeed4 100644 Binary files a/images/pipeline/triggers/quay/add-quay-notification.png and b/images/pipeline/triggers/quay/add-quay-notification.png differ diff --git a/images/pipeline/triggers/quay/add-trigger-dialog.png b/images/pipeline/triggers/quay/add-trigger-dialog.png index f381f4da6..412589f1b 100644 Binary files a/images/pipeline/triggers/quay/add-trigger-dialog.png and b/images/pipeline/triggers/quay/add-trigger-dialog.png differ diff --git a/images/pipeline/triggers/quay/edit-quay-notification.png b/images/pipeline/triggers/quay/edit-quay-notification.png index 96c8b6957..cfd219aba 100644 Binary files a/images/pipeline/triggers/quay/edit-quay-notification.png and b/images/pipeline/triggers/quay/edit-quay-notification.png differ diff --git a/images/pipeline/triggers/quay/view-trigger-dialog.png b/images/pipeline/triggers/quay/view-trigger-dialog.png index b0468dd77..6e84c061b 100644 Binary files a/images/pipeline/triggers/quay/view-trigger-dialog.png and b/images/pipeline/triggers/quay/view-trigger-dialog.png differ diff --git a/images/pipeline/triggers/two-phase-pipeline.png b/images/pipeline/triggers/two-phase-pipeline.png index 5d528641b..004ed4c28 100644 Binary files a/images/pipeline/triggers/two-phase-pipeline.png and b/images/pipeline/triggers/two-phase-pipeline.png differ diff --git a/images/pipeline/triggers/two-phase-pipeline.svg b/images/pipeline/triggers/two-phase-pipeline.svg index 330be0bdb..5a188b045 100644 --- a/images/pipeline/triggers/two-phase-pipeline.svg +++ b/images/pipeline/triggers/two-phase-pipeline.svg @@ -1,379 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - Pipeline A - Pipeline b - codefresh cli pluginwith conditionals - - - build step 1 - - - - build step 2 - - - - build step 3 - - - - Git webhookevents - - - - - commit - open pr - fork - reject pr - - - +Pipeline APipeline bcodefresh cli pluginwith conditionalsbuild step 1build step 2build step 3Git webhookeventscommitopen prforkreject pr \ No newline at end of file diff --git a/images/sso-diagram.png b/images/sso-diagram.png index 1948e352d..dbfd23db8 100644 Binary files a/images/sso-diagram.png and b/images/sso-diagram.png differ diff --git a/images/sso-flow.png b/images/sso-flow.png index 69e6be128..8bee62635 100644 Binary files a/images/sso-flow.png and b/images/sso-flow.png differ diff --git a/images/testing/codacy/codacy-add-repo.png b/images/testing/codacy/codacy-add-repo.png index 23a89a3df..2f13af813 100644 Binary files a/images/testing/codacy/codacy-add-repo.png and b/images/testing/codacy/codacy-add-repo.png differ diff --git a/images/testing/codacy/codacy-create-api-token.png b/images/testing/codacy/codacy-create-api-token.png index fa2eedaa3..acd09b354 100644 Binary files a/images/testing/codacy/codacy-create-api-token.png and b/images/testing/codacy/codacy-create-api-token.png differ diff --git a/images/testing/codacy/codacy-pipeline.png b/images/testing/codacy/codacy-pipeline.png index 0acf883bd..9e2d643cd 100644 Binary files a/images/testing/codacy/codacy-pipeline.png and b/images/testing/codacy/codacy-pipeline.png differ diff --git a/images/testing/codacy/codacy-report.png b/images/testing/codacy/codacy-report.png index 5b185fe21..27f3e0874 100644 Binary files a/images/testing/codacy/codacy-report.png and b/images/testing/codacy/codacy-report.png differ diff --git a/images/testing/codacy/codacy-variable.png b/images/testing/codacy/codacy-variable.png index 7dc5fc445..7813b6581 100644 Binary files a/images/testing/codacy/codacy-variable.png and b/images/testing/codacy/codacy-variable.png differ diff --git a/images/testing/codacy/create-api-token.png b/images/testing/codacy/create-api-token.png index 0eca544df..83bf9fe8a 100644 Binary files a/images/testing/codacy/create-api-token.png and b/images/testing/codacy/create-api-token.png differ diff --git a/images/testing/codacy/create-codacy-pipeline.png b/images/testing/codacy/create-codacy-pipeline.png index 1fe4c8c4f..becaaead5 100644 Binary files a/images/testing/codacy/create-codacy-pipeline.png and b/images/testing/codacy/create-codacy-pipeline.png differ diff --git a/images/testing/codacy/file-analysis.png b/images/testing/codacy/file-analysis.png index 5324f4c27..42ba9057a 100644 Binary files a/images/testing/codacy/file-analysis.png and b/images/testing/codacy/file-analysis.png differ diff --git a/images/testing/codecov/analysis-report.png b/images/testing/codecov/analysis-report.png index 4c2dfdc59..af908108d 100644 Binary files a/images/testing/codecov/analysis-report.png and b/images/testing/codecov/analysis-report.png differ diff --git a/images/testing/codecov/codecov-interface.png b/images/testing/codecov/codecov-interface.png index bb0044559..8ace32640 100644 Binary files a/images/testing/codecov/codecov-interface.png and b/images/testing/codecov/codecov-interface.png differ diff --git a/images/testing/codecov/codecov-pipeline.png b/images/testing/codecov/codecov-pipeline.png index 72b0efd12..68173378c 100644 Binary files a/images/testing/codecov/codecov-pipeline.png and b/images/testing/codecov/codecov-pipeline.png differ diff --git a/images/testing/codecov/codecov-report-details.png b/images/testing/codecov/codecov-report-details.png index e45890591..2120789d6 100644 Binary files a/images/testing/codecov/codecov-report-details.png and b/images/testing/codecov/codecov-report-details.png differ diff --git a/images/testing/codecov/codecov-report.png b/images/testing/codecov/codecov-report.png index dbb9260de..9c369a506 100644 Binary files a/images/testing/codecov/codecov-report.png and b/images/testing/codecov/codecov-report.png differ diff --git a/images/testing/coveralls/add-repository.png b/images/testing/coveralls/add-repository.png index a1534759f..116c43f24 100644 Binary files a/images/testing/coveralls/add-repository.png and b/images/testing/coveralls/add-repository.png differ diff --git a/images/testing/coveralls/coveralls-coverage.png b/images/testing/coveralls/coveralls-coverage.png index 85f8547ef..0a2a355b1 100644 Binary files a/images/testing/coveralls/coveralls-coverage.png and b/images/testing/coveralls/coveralls-coverage.png differ diff --git a/images/testing/coveralls/coveralls-pipeline.png b/images/testing/coveralls/coveralls-pipeline.png index fd319891b..0bd28c99f 100644 Binary files a/images/testing/coveralls/coveralls-pipeline.png and b/images/testing/coveralls/coveralls-pipeline.png differ diff --git a/images/testing/coveralls/coveralls-sample-app.png b/images/testing/coveralls/coveralls-sample-app.png index a2ee18243..45fff3bc4 100644 Binary files a/images/testing/coveralls/coveralls-sample-app.png and b/images/testing/coveralls/coveralls-sample-app.png differ diff --git a/images/testing/coveralls/coveralls-specific-report.png b/images/testing/coveralls/coveralls-specific-report.png index 1a71ffe22..3a9c015df 100644 Binary files a/images/testing/coveralls/coveralls-specific-report.png and b/images/testing/coveralls/coveralls-specific-report.png differ diff --git a/images/testing/coveralls/create-coveralls-pipeline.png b/images/testing/coveralls/create-coveralls-pipeline.png index ca986dc8e..07f53b67a 100644 Binary files a/images/testing/coveralls/create-coveralls-pipeline.png and b/images/testing/coveralls/create-coveralls-pipeline.png differ diff --git a/images/testing/integration-testing/complex-tests.png b/images/testing/integration-testing/complex-tests.png index 058340bf8..f418ff823 100644 Binary files a/images/testing/integration-testing/complex-tests.png and b/images/testing/integration-testing/complex-tests.png differ diff --git a/images/testing/integration-testing/complex-tests.svg b/images/testing/integration-testing/complex-tests.svg index 01a6f74d5..b0c214015 100644 --- a/images/testing/integration-testing/complex-tests.svg +++ b/images/testing/integration-testing/complex-tests.svg @@ -1,564 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - -   - build Test image - - sh ./my-tests.sh  - my-web-app - - Codefresh Pipeline - hostname: my_postgres - - - - - - - - - - - - hostname: frontendport: 8080 - - - - hostname: redis_ds - - - - - - - - - my-backend - - hostname: backendport: 9000 - - - +build Test imagesh ./my-tests.shmy-web-appCodefresh Pipelinehostname: my_postgreshostname: frontendport: 8080hostname: redis_dsmy-backendhostname: backendport: 9000 \ No newline at end of file diff --git a/images/testing/integration-testing/from-source-code.png b/images/testing/integration-testing/from-source-code.png index f62f82dee..46d1c7eb2 100644 Binary files a/images/testing/integration-testing/from-source-code.png and b/images/testing/integration-testing/from-source-code.png differ diff --git a/images/testing/integration-testing/from-source-code.svg b/images/testing/integration-testing/from-source-code.svg index 36d859a92..1efb093f6 100644 --- a/images/testing/integration-testing/from-source-code.svg +++ b/images/testing/integration-testing/from-source-code.svg @@ -1,359 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - -   - npm install - - npm test  - - node:9-alpine - - Codefresh Pipeline - hostname: my_redis - - - - - - - - - - - Redis - - - +npm installnpm testnode:9-alpineCodefresh Pipelinehostname: my_redisRedis \ No newline at end of file diff --git a/images/testing/integration-testing/multi-scope.png b/images/testing/integration-testing/multi-scope.png index 476c779aa..6ef725bb8 100644 Binary files a/images/testing/integration-testing/multi-scope.png and b/images/testing/integration-testing/multi-scope.png differ diff --git a/images/testing/integration-testing/multi-scope.svg b/images/testing/integration-testing/multi-scope.svg index 4a336470d..cd3d943d1 100644 --- a/images/testing/integration-testing/multi-scope.svg +++ b/images/testing/integration-testing/multi-scope.svg @@ -1,428 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - -   - compile backend - - API testing  - - Test Env - - Codefresh Pipeline - Composition - - - Fuzzy testing  - - - GUI testing  - - - - - - - - - - - - +compile backendAPI testingTest EnvCodefresh PipelineCompositionFuzzy testingGUI testing \ No newline at end of file diff --git a/images/testing/integration-testing/scope.svg b/images/testing/integration-testing/scope.svg index 740071a30..dc6a5c7c1 100644 --- a/images/testing/integration-testing/scope.svg +++ b/images/testing/integration-testing/scope.svg @@ -1,426 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - -   - npm install - - npm test  - - node:9-alpine - - - my-node:1.0 - - - Codefresh Pipeline - DockerBuild Context - - - - - - - - - - - - - /codefresh/volume - - - store node_modules - read node_modules - - +npm installnpm testnode:9-alpinemy-node:1.0Codefresh PipelineDockerBuild Context/codefresh/volumestore node_modulesread node_modules \ No newline at end of file diff --git a/images/testing/integration-testing/single-scope.png b/images/testing/integration-testing/single-scope.png index 7ed58805b..be42cca92 100644 Binary files a/images/testing/integration-testing/single-scope.png and b/images/testing/integration-testing/single-scope.png differ diff --git a/images/testing/integration-testing/single-scope.svg b/images/testing/integration-testing/single-scope.svg index 7fce00e3e..1a4c312ad 100644 --- a/images/testing/integration-testing/single-scope.svg +++ b/images/testing/integration-testing/single-scope.svg @@ -1,423 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - -   - compile backend - - backend tests  - - Env A - - Codefresh Pipeline - Composition A - - - - compile frontend  - - - frontend tests  - - - Env B - - Composition B - - - +compile backendbackend testsEnv ACodefresh PipelineComposition Acompile frontendfrontend testsEnv BComposition B \ No newline at end of file diff --git a/images/testing/integration-testing/special-image.png b/images/testing/integration-testing/special-image.png index 1294febfa..57e27ebeb 100644 Binary files a/images/testing/integration-testing/special-image.png and b/images/testing/integration-testing/special-image.png differ diff --git a/images/testing/integration-testing/special-image.svg b/images/testing/integration-testing/special-image.svg index 6cb5f8dd6..c4824a1ae 100644 --- a/images/testing/integration-testing/special-image.svg +++ b/images/testing/integration-testing/special-image.svg @@ -1,432 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - -   - build Test image - - sh ./my-tests.sh  - my-web-app - - Codefresh Pipeline - hostname: my_postgres - - - - - - - - - - - - hostname: app - - - - - +build Test imagesh ./my-tests.shmy-web-appCodefresh Pipelinehostname: my_postgreshostname: app \ No newline at end of file diff --git a/images/testing/integration-testing/to-app.png b/images/testing/integration-testing/to-app.png index 061256f0b..e650119c0 100644 Binary files a/images/testing/integration-testing/to-app.png and b/images/testing/integration-testing/to-app.png differ diff --git a/images/testing/integration-testing/to-app.svg b/images/testing/integration-testing/to-app.svg index 76a858536..98a42f12d 100644 --- a/images/testing/integration-testing/to-app.svg +++ b/images/testing/integration-testing/to-app.svg @@ -1,416 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - -   - mvn package - - mvn integration-test  - - my-java-app - - Codefresh Pipeline - hostname: my_postgres - - - - - - - - - - - Redis - - hostname: app - - - +mvn packagemvn integration-testmy-java-appCodefresh Pipelinehostname: my_postgresRedishostname: app \ No newline at end of file diff --git a/images/testing/security-scanning/aqua-scan.png b/images/testing/security-scanning/aqua-scan.png index a5562f18d..f6bb8fbca 100644 Binary files a/images/testing/security-scanning/aqua-scan.png and b/images/testing/security-scanning/aqua-scan.png differ diff --git a/images/testing/security-scanning/clair-scan.png b/images/testing/security-scanning/clair-scan.png index 8729f4c66..51fa8f542 100644 Binary files a/images/testing/security-scanning/clair-scan.png and b/images/testing/security-scanning/clair-scan.png differ diff --git a/images/testing/security-scanning/security-annotations.png b/images/testing/security-scanning/security-annotations.png index 1c52099c6..46dc93f71 100644 Binary files a/images/testing/security-scanning/security-annotations.png and b/images/testing/security-scanning/security-annotations.png differ diff --git a/images/testing/security-scanning/security-test-results.png b/images/testing/security-scanning/security-test-results.png index 5b1bd6916..e72d7133a 100644 Binary files a/images/testing/security-scanning/security-test-results.png and b/images/testing/security-scanning/security-test-results.png differ diff --git a/images/testing/security-scanning/snyk-test-report.png b/images/testing/security-scanning/snyk-test-report.png index 8316e955f..6c95c7349 100644 Binary files a/images/testing/security-scanning/snyk-test-report.png and b/images/testing/security-scanning/snyk-test-report.png differ diff --git a/images/testing/sonarqube/analysis-log.png b/images/testing/sonarqube/analysis-log.png index 328da43c0..0c0a9fc00 100644 Binary files a/images/testing/sonarqube/analysis-log.png and b/images/testing/sonarqube/analysis-log.png differ diff --git a/images/testing/sonarqube/codefresh-yaml-sonar.png b/images/testing/sonarqube/codefresh-yaml-sonar.png index 863cf1013..cbb6aad8a 100644 Binary files a/images/testing/sonarqube/codefresh-yaml-sonar.png and b/images/testing/sonarqube/codefresh-yaml-sonar.png differ diff --git a/images/testing/sonarqube/generate-token.png b/images/testing/sonarqube/generate-token.png index 9b5b336e1..9c1c41105 100644 Binary files a/images/testing/sonarqube/generate-token.png and b/images/testing/sonarqube/generate-token.png differ diff --git a/images/testing/sonarqube/simplified-codefresh-pipeline.png b/images/testing/sonarqube/simplified-codefresh-pipeline.png index 83e6fcd60..d137ae8b1 100644 Binary files a/images/testing/sonarqube/simplified-codefresh-pipeline.png and b/images/testing/sonarqube/simplified-codefresh-pipeline.png differ diff --git a/images/testing/sonarqube/sonar-analysis-details.png b/images/testing/sonarqube/sonar-analysis-details.png index 8a913e0b5..b5d24a085 100644 Binary files a/images/testing/sonarqube/sonar-analysis-details.png and b/images/testing/sonarqube/sonar-analysis-details.png differ diff --git a/images/testing/sonarqube/sonar-instructions.png b/images/testing/sonarqube/sonar-instructions.png index 9f33a8fa9..9104c5d35 100644 Binary files a/images/testing/sonarqube/sonar-instructions.png and b/images/testing/sonarqube/sonar-instructions.png differ diff --git a/images/testing/sonarqube/sonar-project.png b/images/testing/sonarqube/sonar-project.png index 712783c02..11d076f86 100644 Binary files a/images/testing/sonarqube/sonar-project.png and b/images/testing/sonarqube/sonar-project.png differ diff --git a/images/testing/sonarqube/sonarqube-logo.png b/images/testing/sonarqube/sonarqube-logo.png index 568be52c5..b7288f1af 100644 Binary files a/images/testing/sonarqube/sonarqube-logo.png and b/images/testing/sonarqube/sonarqube-logo.png differ diff --git a/images/testing/unit-testing/unit-tests-in-dockerfile.png b/images/testing/unit-testing/unit-tests-in-dockerfile.png index 0704ce18d..134b32e74 100644 Binary files a/images/testing/unit-testing/unit-tests-in-dockerfile.png and b/images/testing/unit-testing/unit-tests-in-dockerfile.png differ diff --git a/images/testing/unit-testing/unit-tests-with-app-image.png b/images/testing/unit-testing/unit-tests-with-app-image.png index 46cd81fd1..9e427da99 100644 Binary files a/images/testing/unit-testing/unit-tests-with-app-image.png and b/images/testing/unit-testing/unit-tests-with-app-image.png differ diff --git a/images/testing/unit-testing/unit-tests-with-dedicated-image.png b/images/testing/unit-testing/unit-tests-with-dedicated-image.png index 2346cebe1..ea62062ad 100644 Binary files a/images/testing/unit-testing/unit-tests-with-dedicated-image.png and b/images/testing/unit-testing/unit-tests-with-dedicated-image.png differ diff --git a/images/testing/unit-testing/unit-tests-with-external-image.png b/images/testing/unit-testing/unit-tests-with-external-image.png index 6d7504a99..82a3a4488 100644 Binary files a/images/testing/unit-testing/unit-tests-with-external-image.png and b/images/testing/unit-testing/unit-tests-with-external-image.png differ diff --git a/images/troubleshooting/cache-options.png b/images/troubleshooting/cache-options.png index 308885e00..685ed2ea2 100644 Binary files a/images/troubleshooting/cache-options.png and b/images/troubleshooting/cache-options.png differ diff --git a/images/troubleshooting/cannot-find-repo.png b/images/troubleshooting/cannot-find-repo.png index b56c85c5b..5de9f83e4 100644 Binary files a/images/troubleshooting/cannot-find-repo.png and b/images/troubleshooting/cannot-find-repo.png differ diff --git a/images/troubleshooting/from-repo.png b/images/troubleshooting/from-repo.png index 56fb9d711..35e493df4 100644 Binary files a/images/troubleshooting/from-repo.png and b/images/troubleshooting/from-repo.png differ diff --git a/images/troubleshooting/kubernetes-access/forbidden.png b/images/troubleshooting/kubernetes-access/forbidden.png index 586ec7de4..6a397959f 100644 Binary files a/images/troubleshooting/kubernetes-access/forbidden.png and b/images/troubleshooting/kubernetes-access/forbidden.png differ diff --git a/images/troubleshooting/kubernetes-access/unknown-error.png b/images/troubleshooting/kubernetes-access/unknown-error.png index d962ca8fe..750d1c0b6 100644 Binary files a/images/troubleshooting/kubernetes-access/unknown-error.png and b/images/troubleshooting/kubernetes-access/unknown-error.png differ diff --git a/images/troubleshooting/migration/add-new-microservice.png b/images/troubleshooting/migration/add-new-microservice.png index 58b965bc7..1389ca018 100644 Binary files a/images/troubleshooting/migration/add-new-microservice.png and b/images/troubleshooting/migration/add-new-microservice.png differ diff --git a/images/troubleshooting/migration/automatic-git-clone.png b/images/troubleshooting/migration/automatic-git-clone.png index d9ed8d197..711beccc1 100644 Binary files a/images/troubleshooting/migration/automatic-git-clone.png and b/images/troubleshooting/migration/automatic-git-clone.png differ diff --git a/images/troubleshooting/migration/clone-warning.png b/images/troubleshooting/migration/clone-warning.png index 46383e40e..48d41686d 100644 Binary files a/images/troubleshooting/migration/clone-warning.png and b/images/troubleshooting/migration/clone-warning.png differ diff --git a/images/troubleshooting/migration/monolithic-pipelines.png b/images/troubleshooting/migration/monolithic-pipelines.png index c3e2c59b8..82e82c91e 100644 Binary files a/images/troubleshooting/migration/monolithic-pipelines.png and b/images/troubleshooting/migration/monolithic-pipelines.png differ diff --git a/images/troubleshooting/migration/pipeline-triggers.png b/images/troubleshooting/migration/pipeline-triggers.png index 5b38bae63..e531d3954 100644 Binary files a/images/troubleshooting/migration/pipeline-triggers.png and b/images/troubleshooting/migration/pipeline-triggers.png differ diff --git a/images/troubleshooting/migration/trigger-simulate.png b/images/troubleshooting/migration/trigger-simulate.png index d937fdb44..71f570d35 100644 Binary files a/images/troubleshooting/migration/trigger-simulate.png and b/images/troubleshooting/migration/trigger-simulate.png differ diff --git a/images/troubleshooting/not-enough-resources/not-enough-memory.png b/images/troubleshooting/not-enough-resources/not-enough-memory.png index ebf552687..327c33507 100644 Binary files a/images/troubleshooting/not-enough-resources/not-enough-memory.png and b/images/troubleshooting/not-enough-resources/not-enough-memory.png differ diff --git a/images/troubleshooting/obtain-docker-image.png b/images/troubleshooting/obtain-docker-image.png index 1a45eb8a7..18bfb4ab9 100644 Binary files a/images/troubleshooting/obtain-docker-image.png and b/images/troubleshooting/obtain-docker-image.png differ diff --git a/images/user-settings/allow-private-repositories.png b/images/user-settings/allow-private-repositories.png index 601fb922b..e5b47fab4 100644 Binary files a/images/user-settings/allow-private-repositories.png and b/images/user-settings/allow-private-repositories.png differ diff --git a/images/user-settings/private-repos.png b/images/user-settings/private-repos.png index e72e24264..1821c5c3a 100644 Binary files a/images/user-settings/private-repos.png and b/images/user-settings/private-repos.png differ diff --git a/images/users.png b/images/users.png index 91e51905e..904767fe1 100644 Binary files a/images/users.png and b/images/users.png differ