Граф коммитов

99 Коммитов

Автор SHA1 Сообщение Дата
Sean McKenna f416af9532
Update readme to reflect repo deprecation (#141) 2020-04-09 10:55:46 -07:00
Florian Woerner a93eef4e0e Removing wrong statement in the README.md (#135)
Signed-off-by: Florian Woerner <florian.woerner@onmyown.io>
2018-10-11 22:32:30 -04:00
Kent Rancourt e9adf5a659
roll back to v0.1.0 of the chart publishing tools (#134) 2018-10-04 11:54:09 -04:00
Mathieu Benoit 20e0deec99 Update prerequisities doc with AKS GA and RBAC enabled by default now (#128)
* Update prerequisities doc with AKS GA and RBAC enabled by default now

*  Update prerequisities doc with RBAC enabled by default now with AKS
2018-10-01 09:57:36 -06:00
Jessica Deen 053ec9a4c1 Update wordpress version and chart with support for prod envs and istio (#131)
* bump chart version

* add in support for replicas, istio and certmanager

* add in how to get wordpress database connection details

* support for istio and apiVersion changes

* add in support for SSL and type of mysql deployment

* support for existingPVC & clarify replicas for prod enviroments
2018-10-01 09:56:59 -06:00
Carolyn Van Slyck 6dca953f96 Bump helm-chart-publishing-tools image to v0.1.1 (#126)
* Uses az go cli instead of the python cli
2018-05-24 11:12:01 -04:00
Jeremy Rickard fabffcb739 Update the class and plans (#125)
* Update the class and plans

With OSBA v0.11.0 we will be altering the mysql and postgres classes and
plans. This PR bumps them all to the new class and plans.

* adjust guidance on minikube
2018-05-01 15:48:03 -04:00
Kent Rancourt 4353cd2846
Remove osba (#124)
* remove osba chart

* use pre-built tool-chain

* acquire lock before updating index-- to avoid race condition
2018-04-02 19:07:50 -04:00
Sean McKenna ea04aa37b4 Add ability to specify default location for broker (#122) 2018-03-20 13:38:39 -07:00
Jeremy Rickard bfc2363dc8 Added version dependency to pre-reqs (#121)
Part of #113
2018-03-05 19:41:00 -05:00
Jeremy Rickard 2c9cec262d
Udpate OSBA to v0.9.0-alpha (#115)
* Udpate OSBA to v0.9.0-alpha

* Updated requirements file, was out of synch
2018-03-05 12:53:42 -07:00
Jeremy Rickard 19d28101cd Update concourse (#117) 2018-03-05 14:34:16 -05:00
Jeremy Rickard 039f986b8d Update ghost to use v0.9.0 osba firewall rules and service (#118) 2018-03-05 14:01:28 -05:00
Jeremy Rickard 8843665b62 Udpate phpbb to use the new service and firewall rules in obsa v0.9.0 (#119) 2018-03-05 13:55:28 -05:00
Jeremy Rickard db5f8a35bd Upate drupal to use osba v0.9.0-alpha firewall rules and service (#116) 2018-03-05 13:04:41 -05:00
Jeremy Rickard 75ab2232e8 Wordpress updates (#120)
* Wordpress updates

* apply recent bug fixes from upstream kubernetes/charts (#111)
2018-03-05 12:07:30 -05:00
Kent Rancourt a5bcbdb236 apply recent bug fixes from upstream kubernetes/charts (#111) 2018-03-02 08:31:35 -07:00
Kent Rancourt 88f8ff31ee
Make chart dependency builds immutable (#112)
Rationale, cribbed from Matt Farina's [similar PR to kubernetes/charts](59472e8163)

> The previous version of the sync script ran `helm dep update` which
would recreate the requirements.lock file. This caused new builds
of charts as a total package with different versions of dependencies
but the same chart version. The package was mutating.
>
> This change works towards our goal of immutable charts for a chart
at a version.
2018-02-23 16:53:36 -05:00
Kent Rancourt b24244ad4e
upgrade to osba v0.8.0-alpha (#110) 2018-02-07 12:47:46 -05:00
Jeremy Rickard ebb3a87099 Adding instructions for AKS. (#105)
* Adding instructions for AKS.

Fixes #104

* cleanup

* Spelling corrections
2018-01-24 14:46:19 -05:00
Kent Rancourt cf7acc3071
[wordpress] pull in great updates from upstream-- be more alike! (#108) 2018-01-18 21:13:26 -05:00
Kent Rancourt d5c60a6832 [osba] upgrade to v0.7.0-alpha (#107) 2018-01-18 11:46:02 -08:00
Marsh Macy e94b2865ef README work (#106)
* README work

* Revert headings to title case
2018-01-09 08:40:27 -08:00
Ahmed Sabbour b591bfd1ee Update README.md (#101)
ACS Engine provisioned cluster already had Helm installed (message below)

```
helm init --service-account tiller
$HELM_HOME has been configured at /Users/sabbour/.helm.
Warning: Tiller is already installed in the cluster.
```

However, the tiller installed was an older version

```
helm install svc-cat/catalog --name catalog --namespace catalog
Error: incompatible versions client[v2.7.2] server[v2.6.2]
```

Proposed solution is to upgrade tiller by running:

```
helm init --upgrade
```
2018-01-02 12:07:40 -08:00
Jeremy Rickard 995e8378de Update osba version (#103)
* Update osba version

We've released v0.6.0-alpha, so we need to update the helm chart
version.

* Added values.yaml
2017-12-30 00:32:50 -05:00
Kent Rancourt 8c67a988de
upgrade osba chart to use latest release (#100) 2017-12-20 23:33:41 -05:00
Kent Rancourt 8d51ebe391
update wp chart version to 0.7.0 2017-12-20 14:16:08 -05:00
Jeremy Rickard 17787fc65a Update charts to use firewall parameters in mysql and postgresql instances (#98)
* Updating chart to use public image

Fixes #66

* Updating charts to provide firewall start/end ranges.

Due to changes for https://github.com/Azure/open-service-broker-azure/issues/146
we need to specify firewall rules if the service will be used outside of Azure
as is the case when running minikube. Previous default was 0.0.0.0 to 255.255.255.255
so those values are used here.
2017-12-18 11:01:28 -05:00
Kent Rancourt 814099a925
add CODEOWNERS file (#96) 2017-12-11 11:16:41 -05:00
Jeremy Rickard c7b6215ba5
Phpbb refactor (#95)
* Updating chart to use public image

Fixes #66

* Refactor of the phpbb chart

* change default plan from standard800 to standard100
* refactored to add conditional checks for mysql.embeddedMaria
    - previously we always provisioned, even with embeddedMaria
    - added logic to support local deployment
* newer bitnami phpbb image didn't work with older mariadb
    - version increased to 1.0.5
* added parameter overrides to make the chart in line with ghost, drupal
  and wordpress with new version of mariadb
* Readme updates

Fixes: #92

* Formatting

* Review comments.
2017-12-07 19:15:05 -07:00
Kent Rancourt 154958d90a
Ghost fixes (#89)
* minor formatting fixes

* make azure location and service plan configurable

* change default mysql service plan to standard100

* fix embedded mariadb option

* fix notes typo

* bump chart version
2017-12-06 22:47:02 -05:00
Jeremy Rickard 29b4915859
Changing the liveness and readiness probe initial delay. (#82)
* Updating chart to use public image

Fixes #66

* Changing the liveness and readiness probe initial delay.

When running on Minikube, the default values are less than the initial
configuratin time, resulting in a failure to ever properly start

Fixes #80

* Reverted the readiness initial delay
2017-12-06 20:38:18 -07:00
Kent Rancourt 4f11be40cc
Refactor and fix drupal (#84)
* refactor drupal chart

- Fix embedded MariaDB option (wasn't working)
- Minimize differences with Drupal chart in k8s/charts
- Maximize similarity to other charts in this repo in terms of
  how Azure-specific things are handled.
- Fix errant reference to Wordpress

* increase initial delay on liveness check

* change default serviceplan to standard100
2017-12-06 21:40:59 -05:00
Kent Rancourt bb1055cb58
wordpress readme: minor text formatting fix 2017-12-06 20:03:10 -05:00
Kent Rancourt 659b728a15 make azure location and service plan configurable (#86)
reduce default service plan to standard100

fix typo
2017-12-06 17:22:28 -07:00
Jeremy Rickard 68a4815002 Concourse readme update (#79)
* Updating chart to use public image

Fixes #66

* Add note to README about worker replicas

After running the quick start (and removing wordpress), the minikube
wasn't able to schedule all the workers defined by the default
chart values. Added a note to indicate the user could specify one
when running on minikube.

Fixes #77
2017-12-06 14:59:22 -05:00
Rita Zhang 5a4be4f0d7 Update README to fix raw link (#78) 2017-12-06 12:02:37 -05:00
Jeremy Rickard de67f01466 Doc update (#74)
* Updating chart to use public image

Fixes #66

* Update README to reference MK bug.

Fixes: #73

* MArkdown change

* Fixing indentation to be consistent

* Highlighting
2017-12-05 18:58:14 -06:00
Aaron Schlesinger a6ca8ee578
Adding to the chart list (#72)
* Adding to the chart list

* Removing the "the" and fixing link
2017-12-05 11:28:57 -06:00
Aaron Schlesinger 668293906b Clarifying the create a new chart section (#63) 2017-12-05 08:42:49 -07:00
Kent Rancourt 4f1a79e319 streamline ci (#70) 2017-12-04 18:50:15 -07:00
Jeremy Rickard 55d96a2ab7
Update tag to 0.4.0-alpha (#69)
* Updating chart to use public image

Fixes #66

* Update docker tag for osba version 0.4.0-alpha and minStability level

Fixes #68

* Bump minor version and added explicit version tag to README

* Bump minor version, appVersion added to Chart and added explicit version tag to README

* Change impage pull policy and small change to version in docs and appVersion field
2017-12-04 15:18:30 -07:00
Jeremy Rickard 52dd2c167e Updating chart to use public image (#67)
Fixes #66
2017-12-04 14:28:48 -05:00
Jeremy Rickard cf7db0aed5 Changing the README.md default image documentation back (#65)
to reflect the existing image name. This will need to be
updated once the new repository is opened.

Fixes #64
2017-12-04 12:45:56 -05:00
Carolyn Van Slyck d4fabe089a
Indicate that the project is in alpha status (#60)
* Indicate that the project is in alpha status

* Highlight alpha status with emoji

* Link to OSBA
2017-12-02 07:43:49 -06:00
Aaron Schlesinger fa88f0899c
Adding holds to non-master workflows (#61)
* Adding holds to non-master workflows

* Making the master build run only on master

* Making the downstream workflow jobs require the hold
2017-12-01 15:02:18 -08:00
jeremyrickard 05edfda8c1
Renaming ASB -> OSBA (#58)
* Renaming ASB -> OSBA

* Open Service Broker Azure -> Open Service Broker for Azure

* Removing "the" and adding drupal changes.
2017-12-01 15:05:27 -07:00
Sertaç Özercan 22b274acd3 Add Drupal chart (#56)
* add drupal chart

* review changes
2017-12-01 12:41:05 -08:00
Julien Stroheker d8db6e2b97 typo (#55) 2017-12-01 11:03:41 -08:00
Rita Zhang c8cb7a358c Adding Ghost chart (#47)
* Adding ghost chart

* Remove embedded mariadb

* Update ghostPort

* Adding servicePort

* Adding default ghostHost value

* Updating README and NOTES

* Remove unused env vars

* Update review feedback

* Adding support for embedded mysql

* Update Ghost chart README

* Update README
2017-11-30 10:30:13 -08:00